Skip to content

REST API for the Cal Poly Pomona CKl's membership portal.

Notifications You must be signed in to change notification settings

cppcki/membership-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Membership Portal

REST API for Circle K International @ Cal Poly Pomona's membership portal.

Setup

  • Install Python 3
  • python -m ensurepip --upgrade
  • Create an environment
    • Linux/Unix: python3 -m venv venv
    • Windows: py -3 -m venv venv
  • Activate the environment
    • Run venv\Scripts\activate
  • Install Dependencies
    • Run pip install -r requirements.txt

Running

  • 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 python main.py to start the server. The server should be hosted on http://127.0.0.1:5000/

About

REST API for the Cal Poly Pomona CKl's membership portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •