A starter template for web projects consisting of a postgres DB and node web server.
docker-compose up -d
npm install
npx prisma init
npx cypress open
npm run dev
- The local development server will be accessible at http://localhost:3000.
At a high level, this template is a React web app using a node Express web server running GraphQL for data-fetching.
TypeScript is used for both for frontend and backend development