- NodeJs
- Database (MongoDB) Free Cluster
Create a .env file to store your credentials. Example below:
MONGODB_URI=mongodb+srv://<username>:<password>@clusterName.xxxxxxx.mongodb.net/blog
JWT_SECRET=MySecretBlog
To install and run this project - install dependencies using npm and then start your server:
$ npm install
$ npm run dev