Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
/ PyFoundations Public archive

Foundations, Python Edition, at the Digital Academy

License

Notifications You must be signed in to change notification settings

DIS-SIN/PyFoundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOL: Foundations Python Port

In order to have a larger pool of available developers, and to ensure continuity, we are porting the MVP of Foundations written in Go, over to a Python/Flask app (that the team is more versed in)

Acknowledgements

General Development Information

DOL is build in Python, Flask, and uses jQuery and JSON to handle the front end work. The backend is a lightweight db which stores the answers to our questions.

This project helped us learn how to work better as a team using github, and gave us more practice in division of labor and each developer working on different parts in parallel.

Getting it Running

terminal 1: 
python application.py

terminal 2:
cd PyFoundations/static
npm install
npm start

For production:

npm run build
http://localhost:5054/

See our Charter

Project charter

About

Foundations, Python Edition, at the Digital Academy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published