This project is a simple API made with Typescript, NodeJs, TDD, SOLID and Clean Architecture
You're going to need:
Yes, that's it!
- Clone this repository to your hard drive with
git clone https://github.com/RigottiG/signup-api
cd signup-api
- Install the dependencies:
npm install
- Start the test server:
npm start
Now go ahead and visit http://localhost:3333 and you will be presented with a beautiful example API 😃
SingUp API was built by Guilherme Rigotti.