project-- coffee shop
Ensure you have the following installed on your machine:
git clone https://github.com/FangyuanCao/5520project
npm install
npm start
Ensure you have installed Python, we are using Python 3.11.
Install library
pip install -r requirements.txt
py app.py
### References for backend libraries
1. Flask API (server)
2. SQLAlchemy (DB implementation)
3. pytest (Flask-Testing)
4. bcrypt (secure hashing)
The main branch is the only one we commit to with valid changes. We previously create two branches mainly for local test and experiment. These two additional branches were used to learn the process with Github, however, we decide to mainly focus on main branch as rest for rest of the development process
We started developping the project in late September The main strategy we used is the incremental and agile development that implement and integrate components with different iterations.