Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.79 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.79 KB

Student App

Student App is a full-stack web application that allows users to create, edit, and delete both student and course records. It also allows users to take and drop courses for each student.

Table of Contents

Motivation

Student App was Inspired by my college's schedule builder. I wanted to create a web application that would allow students to manage their courses and their schedule.

Installation

Use the package manager npm to install Student App.

npm install

Usage

Use the following commands to start the application.

npm start

Users are required to run the student's web server before they can use the application. and also set the environment variables for the application to work. e.g. DB_CONNECTION_URL for the connection to the MongoDB database. JWT_SECRET for the JWT secret. API Repository Users has to be registered and logged in to use the application. Users can create, edit, and delete both student and course records. Users can take and drop courses for each student.

Tools

Student App uses the following tools: React, React-Router, Express, Node, MongoDB, Mongoose, Bootstrap.

API

Student App uses the following API: API Repository

Authors

Student App was created by:

Daniel Adedeji

with the memtorship of:

Russell Pollari