8000 GitHub - macmillen/python-event-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

macmillen/python-event-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment Ticket Store

How to run the app

  1. Install dependencies
pip install -r requirements.txt
  1. Run server (app.py)

This is going to populate a test database with some mock data. The server must be listening on port 5000.

FLASK_ENV=development FLASK_APP=app flask run

$ Running on http://127.0.0.1:5000
  1. Use CLI to purchase tickets (cli.py)
python3 cli.py
  1. The output should look like this:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0