Full-stack Typescript application where users can input their webhooks to receive live notifications about new Steam sales.
- Set up PostgreSQL:
- Create a PostgreSQL database
-
Set Up Environment Variables
-
Frontend:
npm install
: Install frontend dependencies.npm run start
: Start the frontend development server.
- Backend:
npm install
: Install backend dependencies.npm run build
: Build typescript files.npm run setup:dev
: Setup development environment for backend.npm run dev
: Start the backend development server.
This setup should get your project running with both frontend and backend components integrated with PostgreSQL.