https://github.com/moh3a/reglini
new version of reglini-dz.com
https://github.com/moh3a/reglini
authentication ecommerce internationalization nextjs prisma pwa typescript
Last synced: 11 months ago
JSON representation
new version of reglini-dz.com
- Host: GitHub
- URL: https://github.com/moh3a/reglini
- Owner: moh3a
- Created: 2022-12-08T17:09:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T01:06:45.000Z (over 2 years ago)
- Last Synced: 2023-12-06T02:53:48.639Z (over 2 years ago)
- Topics: authentication, ecommerce, internationalization, nextjs, prisma, pwa, typescript
- Language: TypeScript
- Homepage: https://reglini-dz.com
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REGLINI-DZ
## Todo
- Fix serverless functions invocations
- Not use localstorage for buying
- Add featured promotions and hotproducts
## Quickstart
- Clone the github repo by running the following [git](https://git-scm.com/downloads) command:
- `git clone https://github.com/moh3a/reglini.git`
- To run the server for the first time, you should have [Node.js](https://nodejs.org/en/) installed and then run:
- `npm i`;
- `npm run build`;
- Then start the production server:
- `npm run start` for the local network;
- App uses [Postgres](https://www.postgresql.org/download/) by default, to change the datasource, go to `prisma/schema.prisma` and change the provider along with the URI in the .env file;