Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 session

2. Dashboard

- `create/task/`: Crear tareas
- `tasks/`: Tus tareas
- `tasks/completed/`: Tareas completada

3. 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]