- python3
-flask
- mongodb
- git
- pip
- pymodm
Clone the project to your local machine and setUp
- git clone https://github.com/jkuatdsc/pw-dsc_website.git
or use an ssh key and,
- git clone [email protected]:jkuatdsc/pw-dsc_website.git
Creating a virtual environment
- python3 -m venv venv
Activate the virtual environment
- source env/Scripts/activate on windows or
- source venv/bin/activate on linux
pip install -r requirements.txt
Please read CONTRIBUTING.md for details on contribution, and the process for submitting pull requests.