REST API for Circle K International @ Cal Poly Pomona's membership portal.
- Install Python 3
- python -m ensurepip --upgrade
- Create an environment
- Linux/Unix:
python3 -m venv venv
- Windows:
py -3 -m venv venv
- Linux/Unix:
- Activate the environment
- Run
venv\Scripts\activate
- Run
- Install Dependencies
- Run
pip install -r requirements.txt
- Run
- Clone the repo: git clone https://github.com/cppcki/membership-portal.git
- Activate the environment (if you haven't done so already)
- Run
venv\Scripts\activate
- Run
- Run
python main.py
to start the server. The server should be hosted onhttp://127.0.0.1:5000/