https://github.com/felipeversiane/note_maker
A challenge that is based on creating a simple notebook, with a basic crud made with requests via restful api.
https://github.com/felipeversiane/note_maker
celery django docker drf nextjs nginx postgresql redis
Last synced: 2 months ago
JSON representation
A challenge that is based on creating a simple notebook, with a basic crud made with requests via restful api.
- Host: GitHub
- URL: https://github.com/felipeversiane/note_maker
- Owner: felipeversiane
- License: mit
- Created: 2023-12-21T19:56:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T00:45:59.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:21:23.670Z (over 1 year ago)
- Topics: celery, django, docker, drf, nextjs, nginx, postgresql, redis
- Language: Python
- Homepage: https://github.com/ProjetosCodeTower/Desafio-PS-CodeTower
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoteMaker
A challenge that is based on creating a simple notebook, with a basic crud made with requests via restful api.
## Stack
**Front-end:** Nextjs, TailwindCSS, Typescript.
**Back-end/Infra:** Redis, NGINX, Postgres, Django, Django Rest Framework
## Build and Run
Use the following command to build and run the application
`docker-compose build` and `docker-compose up`
to start the application.
If you are getting an error in the nextjs image, start the nextjs application manually, through the "app" folder, with the following command
`npm i`
and then
`npm run dev`
Remember to make the migrations so that it works as required.