The Project was developed during the course of the Django framework. The objective of the project was the use, versioning and creation of API, as well as the use of the Django REST framework to carry out the CRUD functionalities of the system.
Create your virtual machine
python3 -m venv venv
Activate your virtual machine
source venv/bin/activate
After the virtual machine is activated, install the project dependencies
pip install -r requirements.txt```
git clone https://github.com/RamonBecker/SchoolSoftwareREST.gitgit clone https://github.com/RamonBecker/SchoolSoftwareREST.git
or install github https://desktop.github.com/
- Python
- Django Framework REST
- The user can create a course.
- The user can create an assessment;
- The user can list a course;
- The user can list an assessment;
By Ramon Becker 👋🏽 Get in touch!