Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hektorprofe/curso-api-peliculas-django
Curso gratuito en el enlace de mi academia
https://github.com/hektorprofe/curso-api-peliculas-django
api curso django django-rest-framework spanish
Last synced: about 1 month ago
JSON representation
Curso gratuito en el enlace de mi academia
- Host: GitHub
- URL: https://github.com/hektorprofe/curso-api-peliculas-django
- Owner: hektorprofe
- Created: 2019-07-20T13:59:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T21:55:52.000Z (over 2 years ago)
- Last Synced: 2024-03-26T08:59:35.031Z (9 months ago)
- Topics: api, curso, django, django-rest-framework, spanish
- Language: Python
- Homepage: https://www.hektorprofe.net/curso/proyecto-api-peliculas-django-rest-framework
- Size: 54.7 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# curso-api-peliculas-django
Curso gratuito en el enlace de mi academia## Para probar el proyecto
Instala las dependencias en un entorno virtual Pipenv:
```
pipenv install
```Ejecuta el servidor:
```
pipenv run dev
```Listo, ya lo tendrás en http://127.0.0.1:8844/.