- React
- TypeGraphQL
- Prisma
- Postgres
- TypeScript
- Eslint
- Graphql Code Generator
- Apollo Client
- Apollo Server
- Express
- Customizable Theme
- Dark mode
- React hooks
- Sendgrid SMTP
- Sentry
- Chakra UI
- React hook form
- Lerna Monorepo
& many more tasty treats
Must have node, yarn/npm, postgres and redis installed and setup locally
git clone [url]
yarn install
createdb climate-map
(must have postgres setup locally)cd packages/api && yarn watch
cd packages/web && yarn dev
cd packages/admin && yarn dev
Make sure you have created a .env file with the right values, use .env.example as the template