Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesavanadev/chete-commerce-web-app
E-commerce application build with Next.JS and MongoDB
https://github.com/thesavanadev/chete-commerce-web-app
ecommerce mongodb nextjs tailwindcss vercel
Last synced: 8 days ago
JSON representation
E-commerce application build with Next.JS and MongoDB
- Host: GitHub
- URL: https://github.com/thesavanadev/chete-commerce-web-app
- Owner: theSavanaDev
- Created: 2022-09-29T08:59:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T22:26:22.000Z (about 2 years ago)
- Last Synced: 2024-08-23T19:29:20.263Z (3 months ago)
- Topics: ecommerce, mongodb, nextjs, tailwindcss, vercel
- Language: JavaScript
- Homepage:
- Size: 5.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chete Commerce
## Summary
Chete Commerce, is a coding excercise to build an eCommerce website like Amazon by using NextJS, Tailwind CSS, MongoDB and Vercel.
## Learning Goals
1. Design a responsive eCommerce website
1. Create user and SEO friendly frontend
1. Build a scalable backend
1. Connect the eCommerce website to payment gateways
1. Publish the project on the internetThe exercise also puts into practice proper management of Git by organizing code into staging and production ready branches so that there is always a version of the code ready to go.
Finally, the repetitive process of building and deploying the project to production is automated by deployment to Vercel.
## Getting Started
1. Clone the repository
```
git clone {{ git repository }} {{ working project folder }}
```2. Open the project in Visual Studio Code
3. Open a new terminal in Visual Studio Code and install the project dependencies
```
yarn
```4. Run the project using the Vite.JS server
```
yarn dev
```## Technologies Used
1. Next.JS
1. Tailwind CSS
1. MongoDB
1. Vercel