Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 603 Bytes

File metadata and controls

13 lines (10 loc) · 603 Bytes

Full Stack TypeScript Starter Project 🌟

Use this template project to quickly spin up development containers for your project!

Configurations:

  • Client side: ReactJS
  • Server side: NestJS
  • Database: PostgreSQL

Instructions For Use:

  • Make sure you have Docker Desktop installed in your machine
  • For the first run, run docker compose up --build to build the individual client and server side containers.
  • For more controls over database and server, you can change postgres.env and server.env according to your needs