To get started, clone the repository by running the following command in your terminal:
git@github.com:bishalshrestha013/skeleton.git
sudo apt update
sudo apt install make
Install dependencies recursively with this command:
make install
- Under the
servicesfolder, copy.env.exampleand update the environment variables.
you can start the services from the root folder with this command:
make services
In api, copy .env.example and update the environment variables as required.
make run