Skip to content

kwn1125/node-express-typescript-rest-api

Repository files navigation

REST API using Node.js, Express, and TypeScript

Sample REST API developed using Node.js, Express, and TypeScript.

Requirements

Node.js is required to run this application. Please install Volta to automatically use the suitable Node.js version.

Recommended

The recommended extensions for Visual Studio Code are listed in .vscode/extensions.json.

Getting Started

  • Clone this repository.
git clone https://github.com/kwn1125/node-express-typescript-rest-api.git <project_directory>
  • Install dependencies.
cd <project_directory>
npm install
  • Rename .env.sample to .env and update the values.
  • Apply the migration to your database.
npm run prisma:deploy
  • Generate Prisma Client.
npm run prisma:generate
  • Launch the application.
npm start

About

Sample REST API developed using Node.js, Express, and TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published