Git Product home page Git Product logo

easy-school's Introduction

Easy School

All Contributors

This is a school management system that uses Django Admin to do most of the work of managing students, fee submissions, teacher records etc..

Setting up Easy School is very easy.

Want to Use?

You can clone this branch and use it right now using any of the methods mentioned below

Building

It is best to use the python virtualenv tool to build locally:

> virtualenv venv
> source venv/bin/activate
> git clone https://github.com/ZeroCoolHacker/easy-school .

Then you navigate to the base directory of the project and install the requirements in your virtual environment

> cd easy-school/easy-school
> pip install -r requirements.txt

And finally you make migrations to the database, create a super user, and run the server

> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver

Then visit http://localhost:8000 to view the app. Alternatively you can use foreman and gunicorn to run the server locally

> foreman start

Building with Docker

First run docker-compose to build the container:

docker-compose build

Then, run the following command to create the superuser:

docker-compose run web python manage.py createsuperuser

Finally, the Docker container can be launched with the following command:

docker-compose up

The server should be responding at 127.0.0.1:8000

Contributing

Just follow the steps above to setup your environment. Read the Contribution Guide If you have any more questions you can join the gitter room Gitter

To do

  • Manage Students Record in admin
  • Submit fees in admin
  • Show last submitted fee along with students
  • Link Students to different Courses
  • Search the record by various fields
  • Minimize the number of queries for each view
  • Add Teachers Record to admin
  • Add Teachers Salary Record to admin
  • Export Data in csv format from admin
  • Add graph comparing teacher salaries given vs student's fee collected

Licensing

This Project is Licensed under GLWTPL

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


ali madihi bidgoli

๐Ÿ’ป

mmoomocow

๐Ÿ› ๐Ÿ’ป

davidkarabas

๐Ÿ’ป

adamzavacky

๐ŸŽจ ๐Ÿ’ป

Julian van Doorn

๐Ÿ’ป

Mohan Chhabaria

๐ŸŽจ ๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

easy-school's People

Contributors

zerocoolhacker avatar allcontributors[bot] avatar jvdoorn avatar mohanchhabaria avatar davidkarabas avatar marosmola avatar adamzavacky avatar ismailuddin avatar dependabot[bot] avatar mrunderline avatar mmoomocow avatar

Stargazers

Code Demon 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.