- docker
- node.js
- Build and up the docker container
docker-compose -f local.yml up --build
- In a new bash, create the first super user
docker-compose -f local.yml run --rm django python manage.py createsuperuser
- The server is now running and you can access to Django Admin with your credentials: http://localhost:8000/api/admin/
-
Go to folder
FrontEnd
-
Install dependecies
npm install -- or -- yarn install
- Run the application
npm run dev -- or -- yarn dev
- The application is now running and you can access to the page at http://localhost:5173/. Important: The back-end must be running at this point.
From root folder, download the file innovatica.postman_collection.json
, and import it into Postman
See folder Videos
for a quick view of the application running