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

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.

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
```