robertcoopercode / tech-job-hunt

Record job applications and view analytics related to your job hunt 🎯
Apache License 2.0
26 stars 2 forks source link

Tech Job Hunt

Monorepo for Tech Job Hunt services. It includes:

Getting started

API + Prisma + Backing services

Follow the getting started in the api directory's README to start a local API server, a local Prisma server, a local MySQL DB, and a local AWS S3 Bucket (using localstack). The aforementioned services need to be running in order for the web app to be run locally.

Web App

Follow the getting started in the web app directory's README to start a local server for the web app.