Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitanshusahu/amazone-mern
- Owner: amitanshusahu
- Created: 2023-07-31T18:49:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T08:25:38.000Z (over 1 year ago)
- Last Synced: 2023-08-06T09:29:43.435Z (over 1 year ago)
- Language: TypeScript
- Size: 847 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 monorepoEach 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 ⭐