Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 685 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 685 Bytes

Getting Started with Blog-API

Prerequisites

In the project directory, run:

yarn install

Start the server

yarn start

.env file example:

PORT=3001
DB_SERVER=mongodb://localhost:27017/blog
ORIGIN=http://localhost:3000
API_URL=http://localhost:3001
SECRET_KEY=tOpSeCrEtSeCrEtKeY

Main used packages: