Use this project to start your Interview Test for Ocom Software.
Please create a Pull request to this project to submit your answers.
Please fill in the details below. No need to write in Markdown if you don't know how to but here is a cheatsheet if you need it. Markdown Cheatsheet link
Please put instructions on how to run this project here eg:
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver 0.0.0.0
Please also tell me what the URL would be for the API documentation? * http://localhost:8000/swagger
add user authentication and user permission to access the application css styling and design for better user experience
Do you have any feedback on how this could be better structured? if the project plans on expanding, it is better to separate the three models (Project, Library, Library Entries) into three different apps
This is a basic CRUD application, What could be improved about it?
- Token authentication for mobile app expansion user permission
What parts didn't you implement?
- user permissions/login and logout functionalities