creaturenex / express-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Express Template · Version Badge

An Express starter project that works with Docker, Docker Compose, and Shipyard out of the box.

Includes

  • Express - lightweight node.js web framework
  • nodemon - auto-reload server on code changes
  • Pug - HTML template engine that integrates with Express
  • Sequelize - cross-database ORM and migrations
  • PostgreSQL - database

Dependencies

Getting Started

  • Run make develop at the root of this project.
  • Visit the app at http://localhost:3000.
  • Make your code changes! The app will reload whenever you save.

About


Languages

Language:JavaScript 81.2%Language:Makefile 8.7%Language:Pug 6.5%Language:Dockerfile 2.0%Language:CSS 1.5%