Giter Site home page Giter Site logo

seepala98 / student_record_management_system_shyftlabs Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 373 KB

A Demo Web Application to demonstrate implementing django web application and perform CURD operations and deploy the code live

Home Page: http://vardhanseepala.pythonanywhere.com/

Python 54.19% HTML 45.81%
curd-operation deployment django python3 pythonanywhere-servers records-management sqlite3 student-managed

student_record_management_system_shyftlabs's Introduction

Student_Record_Management_System_Shyftlabs

Student Record Management System

Live version of the app is available at: http://vardhanseepala.pythonanywhere.com/

Description

This is a simple student record management system. It is a console based application. It is written in Django and Python. It uses SQLite3 as database. It has the following features:

  • Add Student
  • Delete Student
  • View Students
  • Add Course
  • Delete Course
  • Add Results
  • View Results

Installation

  1. Clone the repository: git clone https://github.com/seepala98/Student_Record_Management_System_Shyftlabs.git
  2. Move to the directory: cd Student_Record_Management_System_Shyftlabs
  3. Create a virtual environment: python -m venv venv
  4. Activate the virtual environment: venv\Scripts\activate
  5. Install the requirements: pip install -r requirements.txt
  6. Migrate the database: python manage.py makemigrations then python manage.py migrate
  7. Create super user: python manage.py createsuperuser
  8. Run the server: python manage.py runserver
  9. Open the browser and go to http://127.0.0.1:8000/

Common errors:

  1. no such table exists - python manage.py makemigrations <appname> then python manage.py migrate <appname>

Screenshots

Future Scope

  • Add more features
  • Improve UI
  • Add more validations
  • Dockerize the app
  • Scale the app/ deploy it on cloud preferabely serverless

student_record_management_system_shyftlabs's People

Contributors

seepala98 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.