https://github.com/genesisblock3301/easy-tuition
This is tuition management system . Student can post ad and accepted by admin. Tutor can see this and apply for tuition . After ending tuition Both student & tutor can review each other.
https://github.com/genesisblock3301/easy-tuition
bootstrap css django html python3
Last synced: 2 months ago
JSON representation
This is tuition management system . Student can post ad and accepted by admin. Tutor can see this and apply for tuition . After ending tuition Both student & tutor can review each other.
- Host: GitHub
- URL: https://github.com/genesisblock3301/easy-tuition
- Owner: GenesisBlock3301
- Created: 2021-02-07T14:41:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T14:56:05.000Z (over 5 years ago)
- Last Synced: 2025-01-08T18:45:55.634Z (over 1 year ago)
- Topics: bootstrap, css, django, html, python3
- Language: HTML
- Homepage:
- Size: 45.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project title: Easy Tuition
# Live Demo
[Easy Tuition](https://etuition.herokuapp.com/)
# Requirements
---
- Basic Django and Django REst Framework.
- Basic Python and knowledge about OOP.
- Knowledge about database queryset.
- A good IDE like pycharm.
- Minimum knowledge about HTML,CSS and Bootstrap.
---
# Dependencies
This project developed using django web framework and currently convert it django restful api.
This application run on windows and other platform.
Minimum Requirements:
- Python 3.8.
- Django.
- Python other module.
# Instalisation
- Linux:
``` pip3 install django ```
- Windows:
``` pip install django ```
# Project creation command:
---
```django-admin startproject Local-Library```
# Important command for this project-
``` python3 manage.py startapp app_name ``` - **For Creating App**
``` python3 manage.py makemigrations``` - **Migrations Model**
``` python3 manage.py migrate```- **For migrating to Database**
``` python3 manage.py collectstatic``` **Collecting static files**
# Run the project:
```
git clone https://github.com/NurAminSifatTanha/Easy-tuition.git
python manage.py runserver
```