Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/be-the-change
Complete application where we are going to implement concepts such as CRUD and authentication.
https://github.com/sebastiandotdev/be-the-change
Last synced: 25 days ago
JSON representation
Complete application where we are going to implement concepts such as CRUD and authentication.
- Host: GitHub
- URL: https://github.com/sebastiandotdev/be-the-change
- Owner: sebastiandotdev
- Created: 2023-03-30T04:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-04T03:15:49.000Z (over 1 year ago)
- Last Synced: 2024-08-26T18:53:48.492Z (2 months ago)
- Language: Python
- Homepage: https://app-sebastian-py.onrender.com/
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes/__init__.py
Awesome Lists containing this project
README
# Be me Changes
- Aplicacion de nota escrita en django en donde podras **_guardar, eliminar, actulilzar, y leer_** tus notas.
Esta aplicacion es inspirada en el block de nota de nuestros dispositivos, cuenta con: **_autenticación, autorización_** con el fin de hacer seguras nuestra gestion de tareas.## uso
Puedes clonar este repositorio
1.
```git
git clone https://github.com/sebastian01w/Be-the-change.git
```2.
Ejecuta el comando:
```py
python manage.py runserver 8080
```3. Vista en el puerto: 8080
![django](https://i.postimg.cc/ryPYQsLF/django.png)
## Endpoints
1. Autenticación
- `/`: Ruta principal
- `login/`: Ruta de iniciar sesion
- `register/`: Ruta de registrarse
- `logout/`: Cerrar session2. Dashboard
- `create/task/`: Crear tareas
- `tasks/`: Tus tareas
- `tasks/completed/`: Tareas completada3. id
- `task/`: Tarea por id
- `task//complete`: Tareas completada por id
- `task//delete`: Eliminar tarea por id## LICENSE
- Este proyecto esta bajo la `LICENSE` MIT sientete libre de hacer con lo que gustes y expandes tus ideas
## Autor
- Johan Sebastian castro Garcia
`Github`: sebastian01w
`Email`: [email protected]