A CURD webapplication build with django HTML CSS and Js, Storing Student information like Name, Email, Pasword. Features include User Authentication, CRUD operations, Markdown Field support, Live deployment to Heroku.
Local InstallationFollow these instructions to run the project locally.
git clone https://github.com/KoushikBiswas909/CURD-django-app.git
# create and activate virtual environment
virtualenv env
source env/bin/activate
# install requirements
pip install -r requirements.txt
# run migrations to create db
python manage.py migrate
# run the app
python manage.py runserver
If you come across any bugs/issues with the code, feel free to open a new issue in the repo. If you experience technical issues, you can always do a quick Google search to see if someone has encountered a similar Django-related issue before.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Make sure to run tests and migrations as appropriate.