A sample app built with sapper + svelte + tailwindcss. This application has the objective of tracking our packages, letting you to add packages see their status anf finally see where they are (this latest feature is not implemented).
Api is an work in progress, although just to demonstrate how sapper and svelte works, this example should help.
- Login
- Overview page
- My orders page
- Order page
- missing the tracking feature (maybe coming soon!)
- Creation/Editing order page
In the API i am using Node express + mongo + JWT
- User
- name
- password
- options (object)
- goals
- Order
- orderId
- shop
- status
- product_name
- product_image (is loaded by the shop_url)
- recipient
- shop_url
- shipping_tracker
- price
- orderedAt
If you have any doubts or anything to say, contact me at [email protected].