Giter VIP home page Giter VIP logo

student-teacher-appointment-booking-system's Introduction

Student Teacher 1:1 Appointment Booking System

Frontend: React, Redux, Material-UI, Bootstrap

Backend: Node.js, Express.js

Database: MongoDB

Other Tools: npm, yarn (package managers), Git (version control)

Getting Started

1. Cloning the Repository

git clone https://github.com/coder-zs-cse/Student-Teacher-Appointment-Booking-System.git
cd Student-Teacher-Appointment-Booking-System

We would require two terminals. One for frontend and one for backend.

2. Setting up the Backend

Rename the .env-sample file to .env:

Open the .env file and replace the placeholder values:

MONGODB_URI=your_mongodb_uri_here
JWT_SECRET_KEY=your_jwt_secret_key_here

Install the dependencies:

npm install

3. Start the backend server:

nodemon server

The server should now be running on http://localhost:5000.

4. Setting up the Frontend

In a second terminal, navigate to the client directory:

cd client

Install the dependencies:

npm install
# or
yarn install (recommended for maximum library dependency resolution)

5. Start the frontend development server:

npm start
# or
yarn start

The frontend should now be running on http://localhost:3000.

Cool, now open your web browser and navigate to http://localhost:3000/register to access the application.

Demonstration of UI

Sign up page

Screenshot (1462)

Sign up page with role of teacher

Screenshot (1464)

Log in page

Screenshot (1463)

List of Teachers

Screenshot (1466)

Booking Appointment

Screenshot (1467)

Validation of Appointment if there is a clash

Screenshot (1475)

Viewing state of Appointment

Screenshot (1469)

Profile of teacher

Screenshot (1471)

Appointments from teacher perspective

Screenshot (1472)

Using Checkboxes to filter pending booking status

Screenshot (1473)

Upcoming appointment in user home page

Screenshot (1474)

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.