Skip to content

KoushikBiswas909/CURD-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bengal College of Engineering and Technology Student Information Collection Website

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.

Preview Live

Frameworks Tools Technologies

bootstrap css3 django git heroku html5 python sqlite

Local Installation

Follow 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

Troubleshooting 🐞

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.

Contributing 💻

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.