Skip to content
/ taxed Public

A project from the product development course at TUAS

Notifications You must be signed in to change notification settings

hienng9/taxed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/hienng9/taxed.git

--> Move into the directory where we have the project files :

cd taxed

--> Create a virtual environment :

# Let's install virtualenv first
pip install virtualenv

# Then we create our virtual environment
virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

Running the App

--> To run the App, in one terminal:

python3 -m celery -A taxedwebsite worker -l info

open another terminal, run the following:

python3 manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

About

A project from the product development course at TUAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published