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
- Host: GitHub
- URL: https://github.com/samya-s/urvann-tracking
- Owner: Samya-S
- Created: 2024-09-07T06:09:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T15:02:53.000Z (6 months ago)
- Last Synced: 2024-11-29T15:44:48.431Z (6 months ago)
- Language: JavaScript
- Homepage: https://urvanntracking.vercel.app
- Size: 585 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```