https://github.com/tajamar-practicas-ale/next-task-list
https://github.com/tajamar-practicas-ale/next-task-list
flask nextjs python
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tajamar-practicas-ale/next-task-list
- Owner: tajamar-practicas-ale
- Created: 2025-05-21T14:37:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T21:40:15.000Z (about 1 year ago)
- Last Synced: 2025-06-19T13:46:18.737Z (about 1 year ago)
- Topics: flask, nextjs, python
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instalar dependendecias
### Backend
```
python -m venv venv
venv/Scripts/activate
pip install -r requeriments.txt
```
### Frontend
`npm i`
## Ejecutar el proyecto
### Backend
`python app.py`
### Frontend
`npm run dev`
Entrar a [http://localhost:3000/](http://localhost:3000/)