Skip to content

vctrtvfrrr/fullstack-crud

 
 

Repository files navigation

Full-stack CRUD

Getting Started

Duplicate the .env.example file and rename the copy to .env.

Change the NODE_ENV variable inside .env to your preferred environment ('production' or 'development').

Up the complete environment with Docker: docker compose up -d.

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

Languages

  • TypeScript 95.4%
  • Dockerfile 2.0%
  • JavaScript 1.4%
  • CSS 1.2%