https://github.com/casassg/event-api
Event schedule API
https://github.com/casassg/event-api
Last synced: 6 months ago
JSON representation
Event schedule API
- Host: GitHub
- URL: https://github.com/casassg/event-api
- Owner: casassg
- Created: 2016-10-24T22:53:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T23:07:07.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T09:42:55.146Z (8 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackUPC Live API
## Development
Required: python 3.4.3, pip, virtualenv
### Prepare
- Setup python virtualenv and activate
- `pip install -r requirements.txt`
- `python manage.py migrate`
- `python manage.py createsuperuser`### Run server
- `python manage.py runserver localhost:8000`
- Open browser at [localhost:8000](http://localhost:8000)### Create events
- Run server
- Log in with credentials
- Open browser at [localhost:8000/events/](http://localhost:8000/events/)
- Use form to send a *POST* request-----------
Made with <3 in Barcelona by [casassg](http://gerard.space)