Skip to content

Itsaadarsh/nodeJS-express-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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