Teacher's Portal
A Simple Web App to simplify the management of an organization's teacher's educational and publication records on a simple server.
Table of Contents
Description
An Express EJS web application where college authorities can manage teachers and generate summaries of teacher activities over a decided perioid. Teachers can log their achievements like publications, conferences and researches in an organized manner. This makes it easy for organisations to easily extract Employee Achievements
Installation
Prerequisites
By Default configured with Username = postgres and Password = Postgres.
Use this to setup a Docker PostgreSQL environment
Instructions
Clone the repository
git clone https://github.com/pratikpc/TeachersPortal
Sample Environment
Modify Sample Environment parameters to customize and link to other PostgreSQL solutions. Rename and store the modified file as .env
Install and Build
npm install
npm run build
Usage
Start the webapp
npm run deploy
Open a browser and go to http://localhost:8000
Members
TODO
- Store All Metadata on Storage Solutions like MongoDB
Log in or sign up for Devpost to join the conversation.