The assignment were to create a replica of a finance webpage.
The application was implemented as an assignment at xCS50
Please respect, and keep the Academic Honesty Policy in mind.
A demo of the application can be watched at CS50 Demo
- Clone the repository:
# Using HTTPS
git clone https://github.com/krigjo25/webapp-ApexTrade-py.git
# Using SSH
ssh [email protected]:krigjo25/webapp-ApexTrade-py.git
# Using Github CLI
gh repo clone krigjo25/webapp-ApexTrade-py
- Navigate to the project directory
cd webapp-ApexTrade-py
- Install given requirements
pip install -r requirements.txt
- Run the file
flask run --debug ( opens up the development environment)
Sincerely, @krigjo25