An open API service indexing awesome lists of open source software.

https://github.com/samya-s/urvann-tracking

Platform to facilitate customers with tracking details of their orders
https://github.com/samya-s/urvann-tracking

Last synced: 6 months ago
JSON representation

Platform to facilitate customers with tracking details of their orders

Awesome Lists containing this project

README

        

# Urvann Tracking

Platform to facilitate customers with tracking details of their orders.

## Table of Contents

- [Installation](#installation)
- [Defining environment variables](#defining-environment-variables)
- [Run the development environment](#run-the-development-environment)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Samya-S/Urvann-Tracking.git
```

2. Navigate to the project directory:

```bash
cd Urvann-Tracking
```

3. Install dependencies:

```bash
npm install
```
or alternatively
```bash
npm i
```

`Make sure to have nodejs and npm installed`

## Defining environment variables

```bash
MONGODB_URI=""
STOREHIPPODB_URI=""
JWT_SECRET=""
```

## Run the development environment

```bash
npm run dev
```