Skip to content

PROME Clothing E-Shop is an upcoming online fashion store. Currently under development, it's leveraging technologies like TypeScript, Express.js, and EJS to deliver an elegant and seamless shopping experience. Once completed, it will demonstrate effective management of server-side rendering, routing, static file serving, and data handling.

Notifications You must be signed in to change notification settings

JohnNtirintis/prome-clothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROME Clothing E-Shop

PROME Clothing E-Shop is an upcoming online fashion store. Currently under development, it's leveraging technologies like TypeScript, Express.js, and EJS to deliver an elegant and seamless shopping experience. Once completed, it will demonstrate effective management of server-side rendering, routing, static file serving, and data handling.

Overview

The goal of this project is to create an online shop where users can browse through different clothing items. The front-end is developed using EJS for templating and Bootstrap for styling, while the backend is powered by Express.js running on Node.js.

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone this repository.
git clone git@github.com:JohnNtirintis/prome-clothing.git
  1. Install NPM packages.
npm install

or

yarn install
  1. Compile TypeScript to JavaScript
npm run build
  1. Start the server.
npm run start

or

yarn install

Project Structure

  • /src: Contains all the TypeScript files.
  • /src/views: Contains all the EJS template files.
  • /public: Contains static files like CSS and images.
  • app.ts: The main application file.

Features

None yet. :)

Future Plans

  • Complete the front-end design.
  • Expand the back-end.
  • Add more items and increase their diversity.
  • Add user authentication.
  • Implement a shopping cart functionality.
  • Enable purchasing process.
  • Eventually turn into a fully functional e-shop.

About

PROME Clothing E-Shop is an upcoming online fashion store. Currently under development, it's leveraging technologies like TypeScript, Express.js, and EJS to deliver an elegant and seamless shopping experience. Once completed, it will demonstrate effective management of server-side rendering, routing, static file serving, and data handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published