8000 GitHub - SiddhantKumarMaurya/blog-post: This the source code for a blog post website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SiddhantKumarMaurya/blog-post

Repository files navigation

Blog Post

How to run

  1. Clone the repository
  2. Navigate to the directory containing the cloned repository
  3. Run follwing command:
    • npm install: this will install all the necessary dependencies
    • npm run dev or npm run build and npm start: Frontend will be running on http://localhost:3000 (on port 3000)
    • Navigate to ./backend/ and run command node index.js: Backend will be running on https://localhost:5000 (on port 5000)
  4. You can search for "http://localhost:3000" and start creating your own blog posts.
  5. You can also visit the Hosted website. Link to website
  6. As the backend has been hosted by Render as a free plan. You might have to wait for few seconds as free instance are spinned down with inactivity, which can delay requests by 50 seconds or more. This happens only when the page is loaded for the first time.

Releases

No releases published

Packages

No packages published
0