Skip to content

This is a full-stack project made with React and Django for demonstration purposes.

Notifications You must be signed in to change notification settings

luismezaf/innovatica-test

Repository files navigation

Requirements

  • docker
  • node.js

Back-end setup

  1. Build and up the docker container
docker-compose -f local.yml up --build
  1. In a new bash, create the first super user
docker-compose -f local.yml run --rm django python manage.py createsuperuser
  1. The server is now running and you can access to Django Admin with your credentials: http://localhost:8000/api/admin/

Front-end setup

  1. Go to folder FrontEnd

  2. Install dependecies

npm install -- or -- yarn install
  1. Run the application
npm run dev -- or -- yarn dev
  1. 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.

Postman setup

From root folder, download the file innovatica.postman_collection.json, and import it into Postman

Video references

See folder Videos for a quick view of the application running

About

This is a full-stack project made with React and Django for demonstration purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published