Skip to content

aishstha/blog-post-backend

Repository files navigation

blog-post-backend

Prerequisites

Setup

Clone the repository, install the dependencies and get started right away.

$ git clone [email protected]:aishwarya4shrestha/blog-post-frontend.git
$ cd blog-post-backend
$ yarn # or npm install

Make a copy of .env.example as .env and update your application details and database credentials.

$DB_HOST ='mongodb://localhost:27017/fusemachine'
$GOOGLE_CLIENT_ID:<CLIENTID> 

You have to have mongo installed.

Keep password and username if required to access mongo db

Start mongo server.

Finally, start the application.

$ yarn start:dev (For development)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •