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

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.

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.