Skip to content
/ PFMS Public

This is a simple web app to automate the tasks of traditional project fairs happening in school, college or universities.

Notifications You must be signed in to change notification settings

i-iktear/PFMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Fair Management System

A Project Fair Management System platform built with the MERN stack & Redux.

screenshot

Features

  • User Authentication & Authorization.
  • Apply For Project Fair
  • Manage Admin
  • Manage Convenor
  • Create. Edit, Delete Sessions.
  • Automatic Result Publish online.

Env Variables

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

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'

Install Dependencies (frontend & backend)

npm install
cd frontend
npm install

Run

# Run frontend (:3000) & backend (:5000)
npm run dev

# Run backend only
npm run server

Build & Deploy

# Create frontend prod build
cd frontend
npm run build

There is a Heroku postbuild script, so if you push to Heroku, no need to build manually for deployment to Heroku

Seed Database

You can use the following commands to seed the database with some sample users and products as well as destroy all data

# Import data
npm run data:import

# Destroy data
npm run data:destroy
Sample User Logins

[email protected] (Student)
abc123

[email protected] (Convener)
abc123

[email protected] (Admin)
abc123

[email protected] (Judge)
abc123

About

This is a simple web app to automate the tasks of traditional project fairs happening in school, college or universities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published