A simple Django CRUD app that helps manage records. Through the main interface, one can create, read, update and delete a record.
- Python 3.x
- Django
- Pip
- Postgresql
To run the program locally, install project dependencies and runserver
git clone https://github.com/mugane-dj/django-crud.git
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
All data used in the system is dummy data