This is a simple blog api created in Nodejs. In order to run this project Mysql should be preinstalled. Create a new .env file referencing .env.example
First, Install all the dependency:
npm install
# or
yarn installAnd then run the development server:
npm start
# or
yarn startTodos:
- Project setup
- Blog crud
- authentication using JWT
- Validation