-
Notifications
You must be signed in to change notification settings - Fork 57
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
22ef4e6
commit 2ff0753
Showing
7 changed files
with
64 additions
and
76 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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# School Management System | ||
|
||
This is a MERN stack website which can be used for managing the school. It has almost all features and some few are in development phase. | ||
|
||
## Usage | ||
|
||
Clone the repo | ||
|
||
```bash | ||
git clone [https://github.com/upendradhamala/School-Management-System.git] (https://github.com/upendradhamala/School-Management-System.git) | ||
``` | ||
|
||
### Getting Started | ||
|
||
Go to the root folder and install the node_modules by using the command- | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
Go to the frontend folder by command | ||
|
||
````bash | ||
cd frontend``` | ||
and then do | ||
```bash | ||
npm install | ||
```` | ||
|
||
### `Env Variables` | ||
|
||
Create a .env file in the root and add the following | ||
|
||
```bash | ||
NODE_ENV=development | ||
PORT=5000 | ||
MONGO_URI="Your mongo uri" | ||
JWT_SECRET="Anything you like" | ||
CLOUD_NAME="your cloudinary cloud name" | ||
API_KEY="your cloudinary api key" | ||
API_SECRET="your cloudinary secret key" | ||
API_Environment_variable=CLOUDINARY_URL="your cloudinary environment variable" | ||
CLOUDINARY_URL ="your cloudinary url" | ||
CLOUDINARY_UPLOAD_PRESET = "your cloudinary preset " | ||
``` | ||
|
||
### `Running` | ||
``bash | ||
Go to the root folder | ||
npm run dev | ||
|
||
``` |
This file was deleted.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -45,7 +45,8 @@ const Main = () => { | |
</div> | ||
)} | ||
</div> | ||
{/* <Footer /> */} | ||
|
||
<Footer /> | ||
</main> | ||
) | ||
} | ||
|
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