Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.22 KB

taskup

A project management software solution.

Group Members -> Name, IndexNumber, GithubUsername

  • Oti Boateng Joseph 3587018 Joetib
  • Asiedu Amos 3580818 AsieduAmos
  • Osei Bright 3586418 Osei-Bright
  • Okyere Richmond 3586218 Maxzyrich
  • Asante Theophilus Kofi 3580418 Asante-1
  • Agyemang Francis Akwasi 3578618 Plutoholic
  • Kpamsogah John Yaw 3584218 jykpamsogah
  • Gyabeng Elton Modestus 3583818 GemCorp
  • Dorglo Peter 3583118 Paddy-Pyker
  • Appreh Nyarko Nana Kwame 3580118 nknyarko
  • Klubi Fred 3589518 FredK7

Project setup

npm install

Runs the backend server

Create and activate a virtual environment. Install all needed requirements by running

pip install -r devrequirements.txt

Then run the development server using

python run.py

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.