https://github.com/facpro070/ecommerce_reactjs
ECommere online platform for selling electronic devices
https://github.com/facpro070/ecommerce_reactjs
aws-lambda ecommerce-application javascript mysql react
Last synced: about 2 months ago
JSON representation
ECommere online platform for selling electronic devices
- Host: GitHub
- URL: https://github.com/facpro070/ecommerce_reactjs
- Owner: facpro070
- License: mit
- Created: 2025-01-25T04:25:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T09:16:41.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:42:25.335Z (over 1 year ago)
- Topics: aws-lambda, ecommerce-application, javascript, mysql, react
- Language: JavaScript
- Homepage: https://linkking-shop.vercel.app
- Size: 88.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Linkking
Welcome to the documentation portal for **Linkking**!
This **README.md** file serves as a central hub for accessing documentation for both the frontend and backend components
of the project.
## Table of Contents
- [Frontend](#frontend)
- [Backend](#backend)
- [Additional Resources](#additional-resources)
- [Further Development](#further-development)
## Frontend
The frontend directory contains the source code and documentation for the frontend component of the project. Below are
links to the relevant documentation files and directories:
- [Frontend README.md](frontend/README.md)
## Backend
The backend directory contains the source code and documentation for the backend component of the project. Below are
links to the relevant documentation files and directories:
- [Backend README.md](backend/README.md)
- [Backend Documentation Directory](backend/docs/)
## Additional Resources
In addition to the frontend and backend documentation, here are some additional resources related to the project:
- [Project Website](https://linkking-shop.vercel.app): Visit the Linkking project website.
- [Frontend Assets Directory](frontend/src/assets): Explore the frontend assets directory to access images, stylesheets,
and other frontend resources.
- [Backend Assets Directory](backend/assets): Access backend assets such as database schemas, system designs, and other
resources.
## Further Development
1. OAuth
2. Store shopping carts in the database.
3. Ban/Unban user.
4. Handle image storing.
5. Proper implementation for other roles e.g. _Manager, Shipper, etc._
6. Proper implementation for user confirmation after registration.
7. Other payment methods.
8. More tests to cover most cases on both the frontend and backend.
Feel free to explore the documentation and resources above to learn more about the project and its components.
**[⬆ Back to Top](#linkking)**