/School-Management-System

This is a School Management System website built using MERN stack.

Primary LanguageJavaScript

School Management System

This is a MERN stack website which can be used for managing the school. It has almost all features and few are in development phase.

Please give this repo a star if this project helped you in any way. This will mean a lot to me and motivate me more to bring this type of project.

LIVE SITE

https://manageschool1.herokuapp.com/

LOGIN AS ADMIN AND SEE EVERYTHING

Login email="admin1@example.com"
Login password="123456"

Usage

Clone the repo

git clone https://github.com/upendradhamala/School-Management-System.git

Getting Started

Go to the root folder and install the backend dependencies by using the command-

npm install

Go to the frontend folder by command cd frontend and then install frontend dependecies using the command-

npm install

ENV Variables

Create a .env file in the root and add the following

NODE_ENV=development
PORT=5000
MONGO_URI="Your mongo uri"
JWT_SECRET="Anything you like"
CLOUDINARY_URL ="your cloudinary url"
CLOUDINARY_UPLOAD_PRESET = "your cloudinary preset "

Running

Go to the root folder
npm run dev

Homepage

Screenshot-from-2021-04-30-16-59-15.png