Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 686 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 686 Bytes

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