Skip to content

Songs Manager Backend to provide RESTful APIs for songs and playlists

Notifications You must be signed in to change notification settings

topseniors/songs-manager-backend

Repository files navigation

Songs Manager Backend

Songs Manager Backend built with Node.js, Express.js, and Mongoose using ES2017.

Features

  • ES2017 - Async/Await
  • Express + MongoDB (Mongoose)
  • Yarn

Requirements

Getting Started

Clone the repo:

git clone https://github.com/yakovkaravelov/songs-manager-backend
cd songs-manager-backend
rm -rf .git

Install dependencies:

yarn

Customize .env file:

Running Locally

yarn db:seed
yarn dev

Running in Production

yarn start

Lint

yarn lint
yarn lint:fix
yarn lint:watch

About

Songs Manager Backend to provide RESTful APIs for songs and playlists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published