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 install
And then run the development server:
npm start
# or
yarn start
Todos:
- Project setup
- Blog crud
- authentication using JWT
- Validation