queens-wic / qwic

https://qwic.vercel.app
0 stars 0 forks source link

Technologies

Frontend Technologies

Backend Technologies

Getting Started

Run the frontend locally

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Local database development w/ docker

For development, we will be using docker to First, ensure you have docker downloaded download here.

We are utilizing docker-compose to for our postgreSQL database in local development to allow us to quickly spin-up a fully-configured database with a single command docker compose up. When we go through the process of deploying the website, this workflow will change.

Helpful Links