Skip to content

IT3G/work-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Calendar

Build Status Codacy Badge

Worktime planning tool.

--> LIVE-DEMO <--

Maybe u need to refresh page some times to start free dyno heroku servers.

login: 5, password: 5, or register

Developer

  1. Run '/frontend/npm i' and '/backend/npm i' to get dependencies

  2. Run '/docker/docker-compose up --build' to start MongoDB

  3. !!! Create config file '\backend\environments\dev.env', use 'test.env' as example !!!

  4. Run '/backend/npm run start:dev' to run Node backend.

  5. Run '/frontend/npm start' to run frontend. Navigate to http://localhost:4200/.