Skip to content

My Products is a web app for managing products. Front end created with React(javascript) Back end created with Django Rest Framework(python)

Notifications You must be signed in to change notification settings

rlopez0689/MyProducts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Products is a web app for managing products. Front end created with React(javascript) Back end created with Django Rest Framework(python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published