About | Features | Technologies | Requirements | Starting | License | Author
This project is a small microservice that handles keeping tracks of logging. This project was created to have the logging not have impact on the overal performance of ur application
✔️ fully build in typescript ;
✔️ Prisma ORM;
✔️ Docker support;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/ertugrul013/logging-microservice
# Access
$ cd logging-microservice
# Install dependencies
$ npm install
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by ertugrul yesil