Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianshulx/student-record-crud-application

A simple CRUD application to manage college student records
https://github.com/ianshulx/student-record-crud-application

crud crud-application django python python3

Last synced: 18 days ago
JSON representation

A simple CRUD application to manage college student records

Awesome Lists containing this project

README

        

# Students-record-CRUD-project


## Framework & Programming languages used
Project is created with:
* Python version: 3.7
* Django: 3.1.14


## Setup
To run this project:
download the project, Unzip on on local machine
open it in your terminal or vs-code and run the following commands

```
#create virtual enviriment uisng this code
$ python -m venv venv

#now activate virtual enviroment
$ venv\Scripts\Activate

#now clone this repo & intsall

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver

```