Skip to content

sonnerberg/jsramverk-backend

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published