A MVP product for delivering daily grocerie requirement to the users at their door step.
- Clone this repo
- Copy all "example.env" files to ".env"
- Install packages and generate the database
-
Copy docker file to the root directory
cp ./docker/DockerfileuserApp Dockerfile
git clone https://github.com/Harbinder04/GoGroceries.gitYou can get postgres database from https://neon.tech/
NOTE: Currently no seeding of database is avilable, you need to add data manually.
yarn install
yarn db:generate