Songs Manager Backend built with Node.js, Express.js, and Mongoose using ES2017.
- ES2017 - Async/Await
- Express + MongoDB (Mongoose)
- Yarn
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:
yarn db:seed
yarn dev
yarn start
yarn lint
yarn lint:fix
yarn lint:watch