Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 949 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 949 Bytes

Backend for cday app 🖥

Imgur

This is a Music website that allows users to play their music, create playlists, save their favorite songs, display to the user the news songs of their favorite artist as well as the most popular songs.

Installation and initialization

If you have already cloned the repository, you will be able to install all the dependencies with the following command.

serve backend

npm run dev

run prod backend

npm run start

Built with

  • JavaScript - Programming Language
  • NodeJs - is a server-side JavaScript environment
  • Express - framework for Node.js
  • MySQL - Database
  • Postman - platform for API development
  • Passport - authentication middleware for Node.js