This is the simple Blog API with all CURD operations and user login registration with JWT authentication
- Register user
- Login user
- Create blog
- Update blog
- delete blog
- read blog
To run this project, you will need to add the following environment variables to your .env file
CONNECTION_STRING
JWT_PASS
1 ] Clone the git repository using
git clone https://github.com/aditya172003/BlogAPI.git2 ] Initialize BlogApi with npm install all the dependencies using
npm install3 ] Set all the environment variables
4 ] Run the below command to run node server
nodemon server.jsThis api is deployed on Azure Domain name