Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 386 Bytes

File metadata and controls

32 lines (26 loc) · 386 Bytes

Title

tracking

Description

The backend API used to track the documents

Tech Stack:

  • Express
  • Prisma
  • Mongodb

How to run the hack ?

Clone the project:

git clone git@github.com:Bytenamics/tracking.git

Change Directory:

cd tracking

Install dependencies :

yarn install

Run:

yarn dev

API is live at : http://localhost:3001