TableTalk lets you share restaurant recommendations with friends. Just create an account and start adding your recommendations!
- Clone the repository to your local machine.
- Install the dependencies by running:
npm install
- Create a PostgreSQL database, or reach out for the database key.
- Link your database in a .env file. Your .env file should look something like:
SQL_DB=postgres:/your database key
- Start the development server by running:
npm run dev
- Visit your site at http://localhost:8080/