Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 383 Bytes

Musicis-Galaxia RestAPI

Backend service for https://github.com/jordan-liubenov/musicis-galaxia

About

Rest API made in Node.js using Express, MongoDB and JWT for authentication.

Get it running

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.