About • How to execute • Technologies • How to contribute • Author • License
Template Clean Server - is a way to speed up the process of creating a new node backend project, this template was developed considering good programming practices, as well as clean architecture concepts.
This template was developed with Typescript, so make sure it is usual for your context before installing.
Before you start, you will need to have the following tools installed on your machine Git, Node.js. Moreover it is good to have a dynamic editor to work with the code as VSCode
# Clone this repository
$ git clone [email protected]:Leandro2585/template-node-clean.git
# Go to project folder
$ cd clean-server
# Install the dependencies
$ npm install
# Execute the application in development mode
$ npm run start
# The server started at port:3333 - access http://localhost:3333
Clean Server (NodeJS + TypeScript)
See the file package.json
- Editor: Visual Studio Code
- Server Test: Insomnia
- Make a fork of project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save changes and create a commit message telling what you did:
git commit -m "feature: My new feature"
- Submit your changes:
git push origin my-feature
If you have any questions, check out this guide on how to contribute to GitHub
Leandro Real 🚀
This project is under license GPL.
Done with ❤️ by Leandro Real 👋🏽 Contact!