Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```