Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitanshusahu/amazone-mern

mern stack e-commerse monorepo, assignment from @hkirat fullstack cohort
https://github.com/amitanshusahu/amazone-mern

Last synced: about 20 hours ago
JSON representation

mern stack e-commerse monorepo, assignment from @hkirat fullstack cohort

Awesome Lists containing this project

README

        

![logo](https://github.com/amitanshusahu/Amazone-MERN/assets/83657737/9b954fa8-7d46-4494-8b67-24c17bb73f28)

---



![mern-amazone](https://github.com/amitanshusahu/Amazone-MERN/assets/83657737/68ca2597-5d94-4808-a456-60946aeb74b6)

[🔴 watch demo on youtube](https://youtu.be/5GWFVexzHY0)

---

## 📌 Set up project
- clone the repo and go into it
```bash
git clone https://github.com/amitanshusahu/Amazone-MERN & cd Amazone-MERN
```
- in the root folder
```bash
npm run dev
```

## 📌 What's inside?

This Turborepo includes the following packages/apps:

### Apps and Packages

- `api`: express api
- `web`: [Next.js](https://nextjs.org/) app
- `ui`: a stub React component library shared by both `web` and `docs` applications
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

## Useful Links

Learn more about the power of Turborepo:

- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)
- [Caching](https://turbo.build/repo/docs/core-concepts/caching)
- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)

---

Star the Repo ⭐