Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 774 Bytes

File metadata and controls

15 lines (15 loc) · 774 Bytes

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