Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.52 KB

File metadata and controls

67 lines (47 loc) · 1.52 KB

E-Commerce Website Template

License: MIT GitHub repo size

An e-commerce site template built with TypeScript, NodeJS, Express, PostgreSQL, TypeORM, EJS.

Getting started

This project will run on Express using PostgreSQL as database. Project is open for suggestions, bug reports and pull requests.

Features

  • EJS Templates
  • Types Support
  • Active Record Pattern
  • MVC Architecture
  • TypeORM
  • Middleware
  • ES6 Syntax
  • Light-weight project

Dependencies

  • express
  • postgresql(pg)
  • typeorm
  • typescript
  • reflect-metadata

Dev Dependencies

  • @types/express
  • @types/node
  • body-parser
  • concurrently
  • ejs
  • nodemon
  • ts-node

How to run

Running server locally

npm install
npm start

Press CTRL + C to stop the process.

## Bugs or improvements

Every project needs improvements, Feel free to report any bugs or improvements. Pull requests are always welcomed.

## License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

Support & Feedbacks