REST API built with MongoDB, Express and NodeJS
npm install
Add .env that should look something like this
.env
PORT=5000 ORIGIN=http://localhost:3000 TOKEN_SECRET='1evenmoresecretsecret!'
npm run dev