Skip to content

A Record Entry Management System with authentication, Search and CRUD operations written in Django and Bootstrap.

Notifications You must be signed in to change notification settings

AdityaSanthosh/Record-Management-System

Repository files navigation

Record Entry Management System

Please run

pip install -r requirements.txt and python manage.py runserver

Features :

  • Each user can have their own profile, Bio

  • Add New Entries, Edit them, Delete them, Update them!

  • Index all entries in order to query them fast.

  • Search Functionality implemented with Unordered Hash Maps (Python Dicts)

  • Front End is written in Bootstrap, HTML

  • Back End is written in Django, Python

img.png

I did this project to learn more about backend topics like database persistance, Authentication, Authorization, Indexing, Regex, Data Structure Implementation, production and deployment specifics in General and in Django, Model - View pattern.

image

image

About

A Record Entry Management System with authentication, Search and CRUD operations written in Django and Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published