Skip to content
/ API-REST-TS Public template

Boilerplate for building a RESTful API using TypeScript

Notifications You must be signed in to change notification settings

TrinitroToluen0/API-REST-TS

Repository files navigation

API-REST-TS

This is a boilerplate for building a RESTful API using TypeScript. It provides a scalable and maintainable structure to kickstart your project with essential features like environment variable management, logging, middlewares, auth and validation.

Installation

  1. Clone this repository.

  2. Open a terminal and navigate to the root directory of the application.

  3. Run the following command to install the dependencies:

    npm install
    
  4. Rename .env.example to .env and configure the environment variables.

  5. Compile the application using the following command:

    npm run build
    
  6. Start the application using the following command:

    npm start
    

About

Boilerplate for building a RESTful API using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published