An open API service indexing awesome lists of open source software.

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

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)**