Giter VIP home page Giter VIP logo

school_mgnt's Introduction

Minimal School Management System

This backend system allows list, create, retrive, insert, update, partial update, delete features for school and students. There is one to many relationship between school and students. Each school has its maximum limit, system does not allow to create students if maximum limit reached. System allows to list, create, update, delete, retrive, partial update students belongs to school. Some features like filter, pagination, search, order by id implemented in both school and students.

Getting Started

Clone this repo,

git clone https://github.com/bimal125/school_mgnt/

Goto project root directory Activate virtual environment

pipenv shell

Install dependencies

pipenv install or pipenv install --dev

To run tests

py.test

Copy .env.example file located inside school_mgnt/school_mgnt to .env and set postgresql database credentials

cp school_mgnt/.env.example school_mgnt/.env 

Edit .env with your favorite editor

vi school_mgnt/.env

Run db migration

python manage.py migrate

Collect static files for swagger UI

python manage.py collectstatic

Run djano server

python manage.py runserver

school_mgnt's People

Contributors

bimal125 avatar dependabot[bot] avatar

Watchers

James Cloos avatar  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.