Skip to content

mdumakurtas/expressjs-cqrs-boilprate

Repository files navigation

Express.js - CQRS boilprate with example

Setup project

  1. Clone the repository
  2. Install nvm (node version manager)
  3. Run nvm install to install the correct node version
  4. Install dependencies with npm install (it will create .env file if it doesn't exist)
  5. Install docker and docker-compose
  6. Run docker-compose up -d to start the MongoDB database

Build project

npm run build

Run project

npm run start

After running the project, you can access the API at http://localhost:3000

Postman collection

You can import the postman collection from the file cqrs.postman_collection.json to test the API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published