Skip to content

is-paranoia/ts-express-service

Repository files navigation

APEX

This repository serves as a template for a Node.js service using Express, TypeScript, Swagger, MongoDB, and Winston. It provides a structured setup for building scalable and maintainable applications.

Installation

Clone this repository:

git clone ...

Navigate to the project directory:

cd apex

Install dependencies:

npm install

This command compiles TypeScript files, copies assets, and starts the server:

npm run dev

Configuration

Make sure to configure the environment variables in ./config/default file and add it to .gitignore.

License

This project is licensed under the MIT License.

Credits

This project was created by is-paranoia.