Skip to content

madeleine789/eventboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventboard App

DONE

  • register and login users
  • create events
  • edit events
  • comment events
  • search/post tweets

TO DO

  • tests

Configure environment

  • Download code

  • Create virtual environment and install package requirements - in project directory run:

      pyconfig/config.sh
    

    or

      pyconfig\config.bat
    

Run Eventboard app

python run.py

Views

  • / - index page - display list of all events.
  • /events/<event_id> - display event with <event_id>
  • /events/<event_id>/edit - display edit page for event (event creator only)
  • /profile - display current_user info
  • /users/<user_id> - display user with <user_id>
  • /register - create a new user
  • /login - login with email and password
  • /logout - logout user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published