An API in NodeJs with best practies and clean architecture
- 🚀 Node JS — A JavaScript runtime for building backend applications
- 🧪 Jest - A test library for JavaScript
- 📄 MongoDb — An cross-platform document-oriented database.
- Clone this repo using
git clone git@github.com:vinisoaresr/clean-ts-api.git - Move yourself to the appropriate directory:
cd clean-ts-api.git - Run
npm installto install dependencies - Create a custom
.envfile and add...todo - Generate SSL keys according
generateKey.mdon/backendfolder and move to...todo - Run
npm run devto start the server
- Tests (100% coverage)
- in development...
This project is licensed under the MIT License - see the LICENSE page for details.