Skip to content

winnekes/simplyshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplyShift

A minimal calendar for shift workers.

Requirements

  • Node.js version > 12
  • Docker
  • Docker Compose

Installation

Update the respective .env.example files in the client and server directories.

cd server
npm install
cd ../client
npm install

Usage

# start the server
cd server
npm run start:services # will start the dockerized Postgres instance
npm run start # will start the server
# start the client
cd client
npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT