Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

Discord Steam Sale Notifier Playwright Tests

Full-stack Typescript application where users can input their webhooks to receive live notifications about new Steam sales.

Untitled

License

Untitled

Getting started

  1. Set up PostgreSQL:
  • Create a PostgreSQL database
  1. Set Up Environment Variables

  2. Frontend:

  • npm install: Install frontend dependencies.
  • npm run start: Start the frontend development server.
  1. 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.