A simple payroll system to showcase the use of Django and Django REST framework.
$ python3 -m venv backend_env
$ pip install --upgrade pip
$ source backend_env/bin/activate
$ pip install -r requirements.txt
$ ./script/inital_setup.sh
$ python manage.py runserver
$ pip freeze > requirements.txt
Endpoints and the REST API that is used in the following project.
- Login (POST)
- Logout (DELETE)
- Change Password (POST)
- GET
- POST
- PATCH
- DELETE
- GET
- PATCH
- GET
- POST
- PATCH
- DELETE
- GET
- POST
- PUT
- DELETE
- GET
- POST
- PUT
- DELETE
- GET
- POST
- PUT
- GET
- POST
- PATCH
- DELETE
- GET
- POST
- PATCH
- DELETE
- GET
- POST
- PATCH
- DELETE