Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujjalacharya/picnic-management
Student portal management – for school picnic use
https://github.com/ujjalacharya/picnic-management
Last synced: 19 days ago
JSON representation
Student portal management – for school picnic use
- Host: GitHub
- URL: https://github.com/ujjalacharya/picnic-management
- Owner: ujjalacharya
- Created: 2019-08-02T10:33:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T18:57:48.000Z (over 5 years ago)
- Last Synced: 2024-10-05T04:20:48.911Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://picnic-mgt.herokuapp.com
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student portal management
Student portal management is a system that allows teachers to manage the students' information.
This application is built on MERN stack by UJJAL ACHARYA
# Live Demo: [https://picnic-mgt.herokuapp.com](https://picnic-mgt.herokuapp.com)
# Build & Run Instructions
1. To build and run the code in this directory, ensure you have npm or yarn installed
2. Install
```
npm install && cd client
npm install
```
or
```
yarn add
```3. Setup the respective env names
```
MONGO_URI, JWT_SECRET, REACT_APP_JWT_SECRET
```4. Start the application
start client
```
npm run client
```
start server
```
npm run server
```