Skip to content

langedoc/assist-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assist Route

Assist Route is an application that helps the school bus assistant manage the attendance of students who use the bus, the stops and routes they use and be able to quickly contact the students or their legal guardians.

image

Features:

🚏 Display information about the stops on the selected route.

image

🎓 Display with information about the students who take the bus at the selected stop.

image

✏️ Add new students.

image

🔍 Check, modify, and delete student data.

image

Technologies Used

  • Backend:

Static BadgeStatic BadgeStatic BadgeStatic Badge

  • Frontend:

Static BadgeStatic BadgeStatic Badge

Getting started

Server

  1. Clone this repository into your local:
git clone https://github.com/your-username/asist-route.git
  1. Navigate to the server directory and install server dependencies:
cd asist-route/server
npm install
  1. To use a database you need to first install it on your computer. For this project you will need PostgreSQL as well as [Sequelize] (https://sequelize.org). Through the CLI, check what DBs already exist in your SQL instance, create one for this app, and update data in the file 'server/models/index.js'.

  2. Start the backend server:

npm start

Client

  1. Navigate to the client directory and install the dependencies for the frontend::
cd ../client
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:5173 to access the application.

About

Digital helper for a school bus assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published