Giphy-Api is a web application to help you to find your favotire gif.
The project is made with:
-
- Is required to install Node.js
- In order to run scripts and install dependencies you need to install a package manager (ie: NPM).
- First step, clone this github repository:
$ git clone https://github.com/dpisati/giphy-api.git
- Run the application:
# Install dependencies for each folder: mobile, server, web.
$ npm install
# Start the API
$ npm run serve
- Create a Fork from this repo,
- Create a branch with your feature:
git checkout -b my-feature
- Commit changes:
git commit -m 'feat: My new feature'
- Push to your branch:
git push origin my-feature