Flask_Restful_SQLAlchemy_server

User-interest mock backend server implemnted using flask restful, and SQLAlchemy ORM confiugred with sqlite.

Backend based off this [https://www.youtube.com/watch?v=GMppyAPbLYk&t=87s&ab_channel=TechWithTim] tutorial.

Installation

Use the package manager pip to install Resume_Project. Open terminal at Resume_Project root directory.

pip install -r requirements.txt

Usage

Open terminal at project root directory.

#Start server using command
python3 main.py

Open new termal again at project root directory

#Run test script using command
python3 test.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT