Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 958 Bytes

shmirot

Website developed during HackExtend Hackathon.

My role was the back-end developer. The back-end was built in Python and Flask. The website divides the given timeframe into equal shift slots and arranges the shifts by the way the client chooses. The user can save the group on the website and generate a new duty roster for it later. Saved groups can also be edited, by adding or removing members or changing names. The front-end was built in Vue.JS and Element-UI

this website made by three programers:

Nadav Peled was the team leader and the front-end developer,

Uri Peled was the back-end developer,

Eden Siri was the designer.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.