- Download or clone the repository
git clone https://github.com/farhan2077/SwiftToll-backend
- Move into the directory
cd swifttoll-backend
- Install dependencies
yarn
-
Add environment variable .env file similar to .env.example
-
Run backend
yarn start:dev # start local development server
Backend will start at http://localhost:4000
Backend API URL = http://localhost:4000/api/v1