Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.18 KB

My Products

My Products is a web app for managing products.

  • Front end created with React(javascript)
  • Back end created with Django Rest Framework(python)

Installation

You can install and run the web app with docker.

docker-compose up

Usage

After spinning up the container with docker you will have:

Running Tests

  • Back End
docker exec -it myproductschallenge_web_1 python manage.py test
  • Front End
docker exec -it myproductschallenge_front_1 npm test

Create Djando Admin User

docker exec -it myproductschallenge_web_1 python manage.py createsuperuser

Screenshots

alt text alt text alt text alt text

License

MIT