Start Development
Step-by-Step Guide
1. Clone the Repository
First, clone the Crypitor repository from GitHub.
2. Navigate to the app Directory
Change your directory to the app/
folder within the cloned repository.
3. Update Environment Variables
Copy the sample environment file .env.sample
to .env
and update it with your specific configuration.
Open the .env
file in your preferred text editor and update the necessary variables. This file contains configuration settings that are crucial for running the application.
4. Start the Application
Start dependencies container
This command will start the dependencies Docker images, including Kafka, MongoDB, Postgres, Webhook-services
Start application:
Access api service through localhost:3000
Last updated