Code is a full-stack application that creates code and returns the id and code to the user.
This application was created from the study of Rodrigo Manguinho's NodeJs, Typescript, TDD, DDD, Clean Architecture and SOLID courses. But applying my understanding of Clean Architecture. This structure was created only to help those who are starting with studies in test-oriented development, clean architecture, solid principles and design patterns.
This application was created from the study of Rodrigo Manguinho's NodeJs, Typescript, TDD, DDD, Clean Architecture and SOLID courses. But applying my understanding of Clean Architecture. This structure was created only to help those who are starting with studies in test-oriented development, clean architecture, solid principles and design patterns.
git clone https://github.com/th14g0d3v/code.git
cd code/backend
npm install or yarn install and yarn upgrade
sudo systemctl start mongod
yarn test
yarn debug
yarn dev
cd code/frontend
npm install or yarn install and yarn upgrade
yarn test
yarn dev
- Create and view a single code
Made by Thiago Gomes