Thanks to visit codestin.com
Credit goes to github.com

Skip to content

implementing crud and containerize the app and using using github workflow

Notifications You must be signed in to change notification settings

ruhil6789/crud-nodejs

Repository files navigation

TypeScript Express Server Starter

This is a minimal starter project for a Node.js server using Express with TypeScript in a simple, clean structure.

Structure

  • src/server.ts – main server entry point (Express app)
  • tsconfig.json – TypeScript configuration
  • package.json – scripts and dependencies

The root route (GET /) responds with:

Hello server is running successfully

Setup

Install dependencies:

npm install

Development

Run the development server with hot reload:

npm run dev

Then open http://localhost:3000 in your browser; you should see:

Hello server is running successfully

Build & Run in Production

npm run build
npm start

About

implementing crud and containerize the app and using using github workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published