My Products is a web app for managing products.
- Front end created with React(javascript)
- Back end created with Django Rest Framework(python)
You can install and run the web app with docker.
docker-compose up
After spinning up the container with docker you will have:
- Front end -> http://localhost:7010
- Back end(Api) -> http://localhost:7070
- Django Admin -> http://localhost:7070/admin/
- DRF Api Product View -> http://localhost:7070/api/product/
- Back End
docker exec -it myproductschallenge_web_1 python manage.py test
- Front End
docker exec -it myproductschallenge_front_1 npm test
docker exec -it myproductschallenge_web_1 python manage.py createsuperuser