Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 853 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 853 Bytes

Forest

Restful API for open hotels, with login, info, and statistics

Installation

  1. Set up python 3.6.9 (this is the one we're using).
  2. in your terminal type pip install requirements.txt, don't forget to press Enter.
  3. Run api.py (or whatever we change the app script to).

Usage

well... make a user, then ummm.... use the user to add info i guess.

Development

The IDE

we use VSCodium and GitAhead, but honestly a text editor will work just fine

The Terminal

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.