denisesenguel / skyseed-ops-server

REST API built with MongoDB, Express and NodeJS
0 stars 0 forks source link

Skyseed Ops

REST API built with MongoDB, Express and NodeJS

local setup

npm install

Add .env that should look something like this

PORT=5000
ORIGIN=http://localhost:3000
TOKEN_SECRET='1evenmoresecretsecret!'

npm run dev