filipebteixeira98 / happy-api

Make children's day happy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Happy

Happy - Make children's day happy

Made by Repository size GitHub last commit GitHub

About the project   |    Technologies   |    Getting started   |    How to contribute   |    License

Happy

🧸 About the project

This project was developed on the Next Level Week #03 event by Rocketseat πŸš€ πŸ’œ

Happy is an application that connects people to institutional care homes to make many children's day happier

πŸš€ Technologies

Technologies that I used to develop this application

πŸ’» Getting started

Requirements

$ git clone https://github.com/filipebteixeira98/happy-api.git && cd happy-api

Follow the steps below

# Install the dependencies
$ yarn

# Use the script to run the migrations
$ yarn typeorm migration:run

# To finish, run the api service
$ yarn dev

# Well done, project is started!

πŸ€” How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork filipebteixeira98/happy-api

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd happy-api

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with πŸ’œ  by Filipe Teixeira πŸ‘‹  See my linkedin

About

Make children's day happy

License:MIT License


Languages

Language:TypeScript 100.0%