Skip to content

An architecture for Node.js application development.

License

Notifications You must be signed in to change notification settings

dreak/nodejs-express-architecture

Repository files navigation

nodejs-architecture

This repo is functionality complete — PRs and issues welcome!

Getting started

To get the Node server running locally:

  • Clone this repo
  • Copy and rename .env.example to .env
  • Fill in variables in the .env file.
  • docker-compose up to start the database
  • npm install to install all dependencies
  • npm run build to build typescript files
  • npm run serve to start server