hisab-Kitab is a backend api to caluculate
- Clone the repo -
git clone [email protected]:abhi886/hisab-Kitab.git
- Change the working directory -
cd algo-app
- To install all dev and production packages -
npm install
- To run the development server -
npm run dev
- Install Docker.
- To build the docker containers.
docker-compose build
- In your first run do,
docker network create algo-app_default
. This will create a network for the containers to run. docker-compose up
to run the containers. Start hacking!!!
Note: Next time when you run the project, just do docker-compose up
. No need to to build if you haven't changed anything in Dockerfile.
localhost:3000
the project
localhost:8081
mongo interface