https://github.com/dimkl/movierama
MovieRama
https://github.com/dimkl/movierama
Last synced: about 1 year ago
JSON representation
MovieRama
- Host: GitHub
- URL: https://github.com/dimkl/movierama
- Owner: dimkl
- License: mit
- Created: 2018-06-27T15:35:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T20:27:24.000Z (about 7 years ago)
- Last Synced: 2024-10-06T03:20:18.978Z (over 1 year ago)
- Language: Python
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MovieRama Project Information
## Requirements
1) python 2.7
2) virtualenv
3) virtualenvwrapper
4) pip > 9
## Local setup project
1) Create virtualenv for packages: `mkvirtualenv -a movierama`
2) Enable and go to virtualenv: `workon movierama`
3) Install project requirements: `pip install -r requirements.txt`
4) Run local server: `python manage.py runserver`
5) Browse to localhost:8000
## Testing
1) Execute `python manage.py test`
## Tips
1) Show all project urls : `python manage.py show_urls`
## Data
1) Admin with username/password: admin/123456qwert
2) load data `python manage.py loaddata _data/users.json _data/movies.json`
## Future TODO
1) Add email verification on signup
2) Change authentication to JWT for API
3) Add pagination UI and frontend actions to movies list