Welcome to DS ESTIMATION BACKEND, below there instruction on how you can install this software locally

Install Steps

git clone <repo url>

Install Dependencies

npm install

import data into the database

npm run seed

Start development server

npm run dev