Skip to content

NtuliTech04/Results-Management-with-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Results Management Application

Nagarro Training - M.E.A.N Stack

Description

This is a small web application built to manage student results. It is a training assignment where Angular 16, and NodeJS(ExpressJS) frameworks are required to be used. It is designed to accomplish these tasks:

  • Teacher login to add, view, edit, and delete student records.
  • Student searches their results by providing a roll number which should match their date of birth.

Angular WebUI - Frontend

How it works!

Installation Guid

  • npm install

Run Application

  • ng serve -o

Express Server - Backend

How it works!

Installation Guid

  • npm install

Run Application

  1. npm start
  • or
  1. npx nodemon server
  • NB: Teacher Login Password: P@55w0rd

Initialization Guid

  1. npm i express morgan ejs express-ejs-layouts body-parser dotenv mongoose axios
  2. npm install nodemon --save-dev

About

RMA - M.E.A.N Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published