Skip to content

The backend for your new project planning app knock-off.

License

Notifications You must be signed in to change notification settings

4rgc/trellzo-backend

Repository files navigation

Trellzo

The backend for your new project planning app ripoff.


Run Locally (dev environment)

  1. Install Docker:

  2. Clone the repository

  git clone https://github.com/4rgc/trellzo-backend.git
  1. Go to the project directory
  cd trellzo-backend
  1. Generate your local SSL certificate and build the HTTPS proxy
  npm run https-proxy-build

Make sure to follow the instructions at the end of the script's output to exempt your SSL certificate from browser security measures.

  1. Start the dev environment
  npm run dev-up

Done!

Use this DB connection URI to work with data:

mongodb://localhost:27017

and this one to access the API:

https://localhost

When finished, stop the containers with

  npm run dev-down