Using NodeJS with Typescript to make a application Happy, that aims to connect people with orphanages. Made during the Next Level Week 03 by Rocketseat 🚀.
# Install dependencies
yarn install
# Run application
yarn dev
# Useful commands (OPTIONAL)
# Run migrations
yarn typeorm migration:run
# Create migration
yarn typeorm migration:create -n <migration-name>
# Undo migration
yarn typeorm migration:revert
Access the URL in your browser http://localhost:3333
This project is under the MIT license. See the LICENSE for more information.
Guilherme Bezerra ©️