Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimkl/movierama
MovieRama
https://github.com/dimkl/movierama
Last synced: 9 days ago
JSON representation
MovieRama
- Host: GitHub
- URL: https://github.com/dimkl/movierama
- Owner: dimkl
- License: mit
- Created: 2018-06-27T15:35:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T20:27:24.000Z (over 5 years ago)
- Last Synced: 2024-10-06T03:20:18.978Z (3 months 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.72) 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