Skip to content
This repository was archived by the owner on Sep 1, 2018. It is now read-only.
/ ScrumProject Public archive

This is a project that intended to create a complete planning, scheduling, salary and communication for a county's health services. A project done at NTNU Jan/Feb 2017. The project was done with using node.js express as the rest api, html5 views, javascript and jQuery login to perform logic.

Notifications You must be signed in to change notification settings

havlan/ScrumProject

Repository files navigation

Installasjon

Lokal testing

Sørg for å ha installert npm og node.js git clone https://github.com/hlongdayle/scrumLords2017.git
cd to/the/right/directory
npm install
npm test
node/nodemon app.js (nodemon kjører automatisk på endring i filstrukturen, mens node gjør ikke det)
det skal nå komme log om at serveren kjører på en gitt port, mest sannsynlig 3000

  • controllers/ – defines your app routes and their logic
  • helpers/ – code and functionality to be shared by different parts of the project
  • middlewares/ – Express middlewares which process the incoming requests before handling them down to the routes
  • models/ – represents data, implements business logic and handles storage
  • public/ – contains all static files like images, styles and javascript
  • views/ – provides templates which are rendered and served by your routes
  • tests/ – tests everything which is in the other folders
  • server.js – initializes the app and glues everything together
  • package.json – remembers all packages that your app depends on and their versions

About

This is a project that intended to create a complete planning, scheduling, salary and communication for a county's health services. A project done at NTNU Jan/Feb 2017. The project was done with using node.js express as the rest api, html5 views, javascript and jQuery login to perform logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7