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
- Remove validation with express-validate and use
joi
instead. - Add GraphQL
-
Add git hook to run npm install ifpackage.json
has been touched