Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bijink/shopitect
An architect of shop management application.
https://github.com/bijink/shopitect
app-generator ecommerce firebase material-ui next-js nextauth react redux redux-toolkit shop-management typescript
Last synced: 4 days ago
JSON representation
An architect of shop management application.
- Host: GitHub
- URL: https://github.com/bijink/shopitect
- Owner: bijink
- License: mit
- Created: 2022-07-08T05:38:24.000Z (over 2 years ago)
- Default Branch: prod
- Last Pushed: 2024-11-06T08:17:52.000Z (12 days ago)
- Last Synced: 2024-11-06T09:18:52.447Z (11 days ago)
- Topics: app-generator, ecommerce, firebase, material-ui, next-js, nextauth, react, redux, redux-toolkit, shop-management, typescript
- Language: TypeScript
- Homepage: https://shopitect.vercel.app
- Size: 785 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopitect
### An architect of Shop Manangement Application
Shopitect is an app that generates shop management applications. Mostly useful for small-scale shops for managing their product details.
Anyone who has a Google account can simply create a shop app by signing into the shopitect app.
Each shop app has a unique URL name (Shop Url Name) that is added when creating the shop app.
###### Shop Url Name in Create page :-
All generated shop apps are accessible through the browser URL by using the Shop Url Name.
To access a shop app, add the Shop Url Name after the root URL(shopitect.vercel.app).
eg: shopitect.vercel.app/my-shop
Here 'my-shop' is the unique Shop Url Name.
Generated shop apps are simple apps that can store the details of products in the shop in a digital form.
###### (1) Product Add page, (2) Product Table page :-
This shop app can also use as a small e-commerce website to simply show the details of products to the shop clients.
###### Shop Home page view to shop Clints :-
Technologies used in this app :-
ReactJS, NextJS, TypeScript, Redux-Toolkit, NextAuth, Firebase, MaterialUI