Restful API for open hotels, with login, info, and statistics
- Set up python 3.6.9 (this is the one we're using).
- in your terminal type
pip install requirements.txt
, don't forget to press Enter. - Run
api.py
(or whatever we change the app script to).
well... make a user, then ummm.... use the user to add info i guess.
we use VSCodium and GitAhead, but honestly a text editor will work just fine
make sure you have a terminal instance (cmd if you're on Windows) set up with the path of the project, you can use that for git commands and running python code, alternatively, your IDE might support git and running the code out of the box, you can just use it in that case.