/jsramverk-backend

This is the backend part for the course JS-ramverk at https://www.jsramverk.se

Primary LanguageJavaScript

Backend install instructions

Build Status Scrutinizer Code Quality Code Coverage

To run the backend:

git clone https://github.com/sonnerberg/jsramverk-backend
cd jsramverk-backend
npm i
npm run resetdb
npm start

To run the frontend:

git clone https://github.com/sonnerberg/jsramverk-frontend
cd jsramverk-frontend
npm i
npm start

TODO

  • Remove validation with express-validate and use joi instead.
  • Add GraphQL
  • Add git hook to run npm install if package.json has been touched