Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketshevkar/tagntrac-assignment
https://github.com/sanketshevkar/tagntrac-assignment
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanketshevkar/tagntrac-assignment
- Owner: sanketshevkar
- Created: 2023-05-29T14:37:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-30T13:39:58.000Z (over 1 year ago)
- Last Synced: 2024-11-07T08:51:00.406Z (3 months ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tag N Trac
> Take home assignment for TAG N TRACThe app has 3 user type:
1. Customer: Can create an new Shipment, view active shipments and past shipments.
2. Delivery Partner: Can mark an Shipment as Delivered
3. Admin: Can view all type of shipments: Past, Unassigned and Assigned## Development setup
1. Backend is in server folder
```sh
cd server
npm install
npm start
```2. Frontend is in client folder
```sh
cd client
npm install
npm run dev
```