Skip to content

Fullstack TypeScript starter with NestJS, Angular, MySQL and Docker

Notifications You must be signed in to change notification settings

royshouvik/fullstack-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack TypeScript Starter

Prerequisite

  • Docker
  • Docker Compose

Installation

git clone git@github.com:royshouvik/fullstack-typescript.git <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>
echo "MYSQL_ROOT_PASSWORD=<ROOT_PASSWORD>" > .env
docker-compose up --build

Known Issues