🛒 A JAM stack PWA, personalised grocery shop web app built with React, TypeScript, JWT, Next.js and MongoDB. 🍎
-
React as the UI library.
-
Next.js for the serverless functions.
-
MongoDB, and Mongoose as the ODM.
-
NextAuth as the authentication backend with passwordless logins.
- Clone and cd into the repo.
git clone https://github.com/k4u5h4L/QuikPantry.git && cd QuikPantry
- Install the dependencies
yarn install
- Create a new file called
.env.local
and fill in variables and keys from different providers.
- Now with all the API keys and media loaded, run development server.
yarn dev
- Now visit the location localhost:3000 to check out the site!
- This project is for learning purposes only.