Live site : https://inventory-tracker.vercel.app/
- Backend
- Node.js
- Express
- Prisma ORM
- Bcrypt
- JWT
- Nodemailer
- Typescript
- Frontend
- Next.js
- Styled Components
- Rebass
- Axios
- Typescript
- Deployment
- Netlify & Heroku
Important: You need to have a local psql database running in your system.
-
npm i
-
set .env according to env_sample.txt
-
npm run dev
-
npm i
-
npx prisma migrate reset
-
set .env according to env_sample.txt
-
npm run dev
- git subtree push --prefix backend heroku master