Skip to content

Poshan - Track the mess menu, health & attendance of students with parent, student, school and admin dashboards. Made with Flask, Tailwind & MongoDB

Notifications You must be signed in to change notification settings

thenithinbalaji/School-Manager

Repository files navigation

Getting Started with Poshan

Running the Server

In the project directory, you can run:

python app.py

Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.

image

Missing Modules

Recommended to create virtual environment and install modules from requirements.txt using:

python -m virtualenv venv
venv/scripts/activate
pip install -r requirements.txt

Sample Login Credentials

Check out the credentials available in authdata.py. Below are some sample creds

School Incharge
---------------
Username: [email protected]
Password: pass 
School Student
--------------
Username: [email protected]
Password: pass
School Parent
-------------
Username: [email protected]
Password: pass 
Health Officer
----------------------
Username: [email protected]
Password: pass

image

MongoDB Errors

You need MongoDB installed in your PC to fix this error. The app takes care of initialising a database with dummy values, once mongodb is installed.

About

Poshan - Track the mess menu, health & attendance of students with parent, student, school and admin dashboards. Made with Flask, Tailwind & MongoDB

Topics

Resources

Stars

Watchers

Forks