Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskUP

Help the community around you with small, fun tasks

Features

  • Singpass Login
  • SGqrcode for PayNow
  • OneMap routing and geocoding

Installation Instructions

Create and activate virtual environment

cd server
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

Create secrets.py and add a variable "API_KEY = '<Your OneMap API Key>'"

cd server
type nul > secrets.py

Run initialise_users.py and initialise_errands.py

cd server
python initialise_users.py
python initialise_errands.py

Run the backend server

cd server
python app.py

Initialise and Run the React Client

cd client
npm install
npm run dev

Releases

Packages

Used by

Contributors

Languages