Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 221 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 221 Bytes

API-REST with Node.js

Configuration

Fork the repo

git@github.com:[YOUR_USER]/api-rest.git

Run MongoDB

mongod

Enter to the repository and install dependencies

cd api-rest
yarn 
yarn start