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.
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.
- EJS - CSS
- NodeJS - Express
- MSSQL
- First you have to install NPM packages for both API-server and Client separately:
Database Api:API
npm install
- 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
- After these steps run this commands in terminal both Client and Server-API:
npm start
β
Designed and Coded with β€οΈ by snndmnsz