Skip to content

KorkutKardes7/web_development_midterm_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Lab Midterm

This is a web application for a logistics and shipping service. It includes features for both users and administrators.

Features

  • User Authentication: Users can log in to access their dashboard.
  • User Dashboard: A dedicated dashboard for users.
  • Admin Panel: A comprehensive admin panel to manage:
    • Fleet
    • Inventory
    • Shipments
    • Containers
    • Optimization
  • Contact Page: A page for users to contact the service.
  • Services Page: A page describing the services offered.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/KorkutKardes7/web_development_midterm_project.git
  2. Navigate to the project directory.
  3. Install the dependencies:
    npm install

Running the Application

To start the server, run the following command:

node server.js

The application will be available at http://localhost:3000.

File Structure

.
├── admin/
│   ├── admin.html
│   ├── containers.js
│   ├── fleet.js
│   ├── inventory.js
│   ├── optimization.js
│   ├── script_admin.js
│   ├── shipments.js
│   ├── styles_admin.css
│   ├── styles_containers.css
│   └── styles_inventory.css
├── contact/
│   ├── contact.html
│   └── styles_contact.css
├── data/
│   ├── container_pricing.json
│   ├── containers.json
│   ├── destinations.json
│   ├── financial.json
│   ├── fleet.json
│   ├── inventory.json
│   └── shipments.json
├── img/
├── js/
│   └── db.js
├── login/
│   ├── login.html
│   ├── script_login.js
│   └── styles_login.css
├── services/
│   ├── services.html
│   └── styles_services.css
├── user/
│   ├── script.js
│   ├── styles_user.css
│   └── user.html
├── index.html
├── package.json
├── server.js
└── styles.css

Data

The application uses JSON files in the data/ directory as a simple database.

About

Midterm project of my web development class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors