Git Product home page Git Product logo

studentmangementportal_nodejs's Introduction

StudentMangementPortal_NodeJS

Introduction

This NodeJS assignment is a simple web application that allows two types of users (Students and Teachers) to interact with the system. The application uses HTML, CSS, and JavaScript for the Frontend, while the Backend is powered by Express and NodeJS. SQL is used as the database to store and retrieve user data.

Features

  1. User Authentication:

    • Students and Teachers can log in to the application by clicking the respective buttons on the homepage.
  2. Student Functionality:

    • Students can view their results by entering their roll number and date of birth.
    • If the entered roll number and date of birth do not match, an error is displayed on the screen.
  3. Teacher Functionality:

    • Teachers can:
      • View all records.
      • Add new records.
      • Edit existing records.
      • Delete records.

Prerequisites

Ensure that the following software is installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/vrun545/StudentMangementPortal_NodeJS.git
  2. Change to the project directory:

    cd StudentMangementPortal_NodeJS
  3. Install dependencies:

    npm install

Configuration

  1. Set up the database:

    • Create a new database.
    • Update the database configuration in the config/db.js file.
  2. Database Schema:

    • Create tables as per the requirements. You can find the SQL queries in the database-schema.sql file.
  3. Environment Variables:

    • Create a .env file based on the .env.example file and update the values as needed.

Usage

  1. Start the application:

    npm start
  2. Open a web browser and navigate to http://localhost:3000.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express
  • Database: SQL (e.g., MySQL, PostgreSQL)

License

This project is licensed under the MIT License.

studentmangementportal_nodejs's People

Contributors

vrun545 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.