-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76c8184
commit a21a4c6
Showing
1 changed file
with
65 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,68 @@ | ||
# React + Vite | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
# SCHOOL CATERING MANAGEMENT SYSTEM | ||
|
||
Currently, two official plugins are available: | ||
School catering management system is a system designed for schools and Catering services. Schools can order their required items provided by Catering service. It has various features for schools and caterers as well. | ||
|
||
Checkout my project here : https://pub-sis.vercel.app/ | ||
|
||
**Login Credentials** [username, password] | ||
- Admin Panel - [ admin@email.com, 123456 ] | ||
- School Panel - [ test@email.com, 123456 ] | ||
|
||
PS: If you delete a product please add it back also 😊 | ||
|
||
|
||
|
||
|
||
## Features | ||
|
||
- Onboarding of Schools with id and passwords. | ||
- All valuable information sent on e-mail. | ||
- Fully responsive. | ||
- Product management. | ||
- Invoices. | ||
- Filtering / Sorting. | ||
- Pagination / Search. | ||
- Cart System. | ||
- Pending and Approval of orders. | ||
- Reject orders. | ||
- Favourites. | ||
- Active / In-Active Products etc. | ||
|
||
|
||
## Installation and Running Locally | ||
|
||
Install with npm | ||
|
||
```bash | ||
npm install | ||
cd my-project | ||
npm run dev | ||
``` | ||
|
||
## Tech Stack | ||
|
||
**Client:** React, DaisyUI, TailwindCSS | ||
|
||
**Server:** Node, Express, Firebase | ||
|
||
|
||
## Screenshots | ||
### Admin Panel | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/1.PNG?raw=true) | ||
# | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/2.PNG?raw=true) | ||
# | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/3.PNG?raw=true) | ||
# | ||
### School Panel | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/4s.PNG?raw=true) | ||
# | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/5s.PNG?raw=true) | ||
# | ||
![Dashboard](https://github.com/killshotxd/scportalss/blob/main/6s.PNG?raw=true) | ||
# | ||
## Feedback | ||
|
||
If you have any feedback, please reach out to us at hassanansari211@gmail.com | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh |