Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

farhan2077/swifttoll-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftToll - Backend

Installation & setup

Prerequisites

Development

  1. Download or clone the repository
git clone https://github.com/farhan2077/SwiftToll-backend
  1. Move into the directory
cd swifttoll-backend
  1. Install dependencies
yarn
  1. Add environment variable .env file similar to .env.example

  2. Run backend

yarn start:dev # start local development server

Backend will start at http://localhost:4000

Backend API URL = http://localhost:4000/api/v1