Skip to content

CRUD web application with sort of events board adjusted to specified requirements.

Notifications You must be signed in to change notification settings

crappylime/python-flask-events-codecool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events app in Flask

Simple events app made with Flask in Python

Check it out on Heroku!

https://flask-events.herokuapp.com

🔐 Technology stack


Name Version
Python 3.5.2
Flask 0.12.2
Sqlite (development) 3.11.0
PostgreSQL (production) 9.5.7

📖 Setup locally


  1. clone repository,
  2. install virtualenv,
  3. cd path/to/repo,
  4. virtualenv venv -p /usr/bin/python3.5,
  5. . venv/bin/activate,
  6. pip install flask,
  7. python main.py
  8. in your favourite web browser localhost:5000

ℹ️ Hints


If you prefer to enter flask run instead of python main.py then:

export FLASK_APP=main.py

If you want to restart server automatically after every change: export FLASK_DEBUG=1

To exit virtualenv: deactivate

About

CRUD web application with sort of events board adjusted to specified requirements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published