Happy | Bring happy to the world
Project | Technologies | How to use | How to contribute | License
Happy is a project that helps you find the best places and start making a better day for children | Let's spread love 💜.
This project was developed with the following technologies:
To clone and run this application, you'll need Git (only when using Git CLI), Node.js, ReactJS installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/danilodecanini/happy-nlw.git
# Go into directory backend/
$ cd backend
# Install dependencies
$ npm install
# Run the server
$ npm run dev
# Go into directory backend/
$ cd backend
# Create the database and run migrations
$ npm run typeorm migrate:run
# Go into directory web/
$ cd web
# Install dependencies
$ npm install
# Run the server
$ npm start
# Install Expo
$ npm install -g expo
# Go into directory mobile/
$ cd mobile
# Install dependencies
$ npm install
# Run the server
$ npm start
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
You are also free to help this project sending me pull requests and opening issues.
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Danilo de Canini 👋 Get in touch!