Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 738 Bytes

File metadata and controls

35 lines (25 loc) · 738 Bytes

GoGroceries

A MVP product for delivering daily grocerie requirement to the users at their door step.

Here is steps to run this repo

  1. Clone this repo
  2. git clone https://github.com/Harbinder04/GoGroceries.git
  3. Copy all "example.env" files to ".env"
  4. You can get postgres database from https://neon.tech/

    NOTE: Currently no seeding of database is avilable, you need to add data manually.

  5. Install packages and generate the database
  6.  yarn install
     yarn db:generate
    
  7. Copy docker file to the root directory
    cp ./docker/DockerfileuserApp Dockerfile