Skip to content

moh3a/reglini

Repository files navigation

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 command:
    • git clone https://github.com/moh3a/reglini.git
  • To run the server for the first time, you should have Node.js installed and then run:
    • npm i;
    • npm run build;
  • Then start the production server:
    • npm run start for the local network;
  • App uses Postgres by default, to change the datasource, go to prisma/schema.prisma and change the provider along with the URI in the .env file;