Project to CRUD employees made with DRF
- django
- django rest
- postgresql
- docker
Make sure you have docker installed, then run in the root folder:
$ docker-compose up -d
$ docker-compose run restapi python manage.py migrate
$ docker-compose run restapi python manage.py createsuperuser
The project will be available at http://localhost:8000 and you have the following features available as required: