Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuryalencar/clean-backend-template
Sample of the backend project using NodeJS with Typescript easy to understand and use.
https://github.com/yuryalencar/clean-backend-template
clean-architecture clean-code express-js nodejs nodemon prisma-orm tdd-typescript template-project typescript vitest
Last synced: 6 days ago
JSON representation
Sample of the backend project using NodeJS with Typescript easy to understand and use.
- Host: GitHub
- URL: https://github.com/yuryalencar/clean-backend-template
- Owner: yuryalencar
- License: mit
- Created: 2024-02-28T02:48:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T13:50:15.000Z (9 months ago)
- Last Synced: 2024-03-01T04:39:17.480Z (9 months ago)
- Topics: clean-architecture, clean-code, express-js, nodejs, nodemon, prisma-orm, tdd-typescript, template-project, typescript, vitest
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clean Backend: A backend template to build good solutions too easy.
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About Project](#about-project)
- [Starting](#starting)
- [Installation](#installation)
- [Language Used](#language-used)
- [How to Use](#how-to-use)
- [Best Pratices](#best-pratices)
- [File Types](#file-types)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## About Project
#TODO.
## Starting
### Installation
#TODO.
### Language used
- Javascript
### How To Use
#TODO.
### Best Practices
#TODO.
### Generating my automated tests
#TODO.
### File Types
#TODO.
## Contributing
Contributions are what make the open-source community an incredible place to learn, inspire, and create. Any contribution you make will be **much appreciated**.
1. Make a project Fork
2. Create a Branch for your feature (`git checkout -b feature/amazing-feature`)
3. Insert your changes (`git add .`)
4. Make a commit with your changes (`git commit -m 'feat(): Inserting an Amazing Feature !`)
5. Push the branch (`git push origin feature/amazing-feature`)
6. Open a Pull Request## License
Distributed under the MIT license. See `LICENSE` for more information.
## Contact
Yury Alencar - [Github](https://github.com/yuryalencar) - **[email protected]**