Skip to content

emash90/trial-package-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gozem-package-tracker

What it does

The main aim for the application is to facilitate package delivery from one place to another.

The main users are the client, driver and an admin

The client creates the package, the driver selects an open package to deliver and once its delivered, marks it as complete.

installation

clone the repo and open with vs code or any other IDE

run npm install to install all the dependencies

create a dotenv file and define the following in it

  ### PORT = 9000
  ### MONGO_URI = ''
  ### JWT_SECRET = 

cd into the frontend folder and run npm install

after all that is done, go back to the root folder of the application

run npm run dev to start the server and go to http://localhost:3000

About

package tracker application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published