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.
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
Make sure to configure the environment variables in ./config/default file and add it to .gitignore.
This project is licensed under the MIT License.
This project was created by is-paranoia.