Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 716 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 716 Bytes

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.