Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 internet

The 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