Skip to content

🚚 Auto Spare Parts Tracking System for car business made with NodeJs and EJS using MSSQL database

License

Notifications You must be signed in to change notification settings

snndmnsz/auto-spare-parts-tracking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

50 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Auto Spare Parts Tracking Business System

Please note that this code and the app itself is not for production purposes, I made it for the Database Course Project at my University.

About Project

In this project, we have developed a bussines system for Yavuz Otomotiv. Company sells car spare parts, to control stock and to keep supplier and customer information in the system. The database was made for the company’s employees to use it comfortably with MSSQL.


FrontEnd

  • EJS - CSS

BackEnd

  • NodeJS - Express

Database

  • MSSQL

Running Project

  1. First you have to install NPM packages for both API-server and Client separately:

Database Api:API

npm install
  1. After step 1, you have to create your own .env file inside server API files with example below.
DB_HOST=yourHost
DB_USER=yourUserName
DB_NAME=yourDatabaseName
DB_PASSWORD=yourPassword
DB_PORT=yourPort
  1. After these steps run this commands in terminal both Client and Server-API:
npm start

UML diagram for MSSQL Database

UML


Example Runs:

Login page

login


Admin Menu

admin


Employee Menu

employee


Adding A New Part To System

newProduct


All Products in Storage

storage


Viewing A Single Part

part


Creating An Order

order


Manage All Active Orders

activeOrders


Creating A Bill For Order

creatingBill


Viewing All Bills

allBill


Editing User Information

editUser


Editing Admin Messages

editAdmin

 

Designed and Coded with ❀️ by snndmnsz

About

🚚 Auto Spare Parts Tracking System for car business made with NodeJs and EJS using MSSQL database

Resources

License

Stars

Watchers

Forks