API Nodejs

Getting Started

Build the development server:

npm run build

Run the development server:

npm run dev

Start api server:

npm run start

Remember add .env file with the mongodb connection value

Local connection example

MONGODB_URI='mongodb://localhost:27017/blog'