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

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

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;