Skip to content

Latest commit

 

History

History

event-erp

Event ERP example

Thanks to Contember platform you can change anything. If you have any questions, we're happy to help in Github Discussions.

How to use this example

You'll need:

  • NPM version 7+ (you can check using npm --version)
  • Docker

🚀 Run Event ERP locally

  1. Clone this example
npx degit contember/examples/event-erp event-erp
  1. Go to event-erp
cd event-erp
  1. Install dependencies:
npm install
  1. Start project:
npm start

This command will start Admin application and all docker containers (Contember Engine, Postgres, S3, Mailhog and Adminer). When you are done developing, you can stop docker containers by docker-compose down.

Congratulations, you're done!

Administration UI is now running at http://localhost:1480 and frontend website is running at http://localhost:3000.

🎢 Deploy

Api and Admin can be deployed to Contember Cloud. See Deploy to Contember Cloud.