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)