Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmelsr97/smyplace-store
Ecommerce project designed to provide a smooth and engaging online shopping experience.
https://github.com/osmelsr97/smyplace-store
docker nestjs paypal postgres prisma tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Ecommerce project designed to provide a smooth and engaging online shopping experience.
- Host: GitHub
- URL: https://github.com/osmelsr97/smyplace-store
- Owner: osmelsr97
- Created: 2024-10-30T01:51:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:06:51.000Z (about 1 month ago)
- Last Synced: 2024-11-24T19:17:48.738Z (about 1 month ago)
- Topics: docker, nestjs, paypal, postgres, prisma, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://smyplace.osmelsmith.dev/
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmyPlace | Store
## Preview 📸
![SmyPlace-Store](smyplace-preview.png)
## Description:
This is an ecommerce project designed to provide a smooth and engaging online shopping experience. The application allows users to explore a wide variety of products, add them to their shopping cart, and place orders easily. With a focus on usability and responsive design, this ecommerce is built using [Next.js](https://nextjs.org/), [Prisma](https://www.prisma.io/), [PostgreSQL](https://www.postgresql.org/), and [PayPal](https://www.paypal.com/), ensuring optimal performance and scalability.
## Run `Dev` environment
1. Clone repo.
2. Create a copy of the `.env.template` file and rename it to `.env`.
3. Update the `.env` file variables.
4. Install Dependencies `npm install`.
5. Go up the database `docker compose up -d`.
6. Run [Prisma](https://www.prisma.io/) migrations `npx prisma migrate dev`
7. Run the database seed `npm run seed`
8. Run project `npm run dev`.## Build app:
1. `npm run build`