Backend service for https://github.com/jordan-liubenov/musicis-galaxia
Rest API made in Node.js
using Express
, MongoDB and JWT for authentication.
Clone repository and do npm install
, create a .env
filed with a db
variable inside it which holds the MongoDB
connection string.
Run from index.js
with npm start
.