Giter VIP home page Giter VIP logo

game-news's Introduction


Gamenews ๐Ÿช€

License

๐Ÿ‘€ Overview

๐Ÿ“– About

This project is a simple aggregator of brief descriptions about games. You can register and edit games (and their videos on YouTube), view and delete them too.


This project was developed in SatellaSoft's Course - PHP - CRIANDO E CONSUMINDO API RESTFUL.



๐Ÿต๏ธ API Routes

$router->get('/', 'GameController@index');
$router->get('/{id}', 'GameController@getById');
$router->post('/', 'GameController@create');
$router->put('/{id}', 'GameController@update');
$router->delete('/{id}', 'GameController@delete');

๐Ÿƒโ€โ™‚๏ธ API - Installing and Running

  1. Clone this repository https://github.com/pferreirafabricio/gamenews.git;
  2. Enter in the project's folder: cd gamenews
  3. Enter in the API's folder: cd backend
  4. Install dependencies: composer install
  5. Finally run the apache server and access http://localhost/gamenews/backend/game ๐Ÿ˜ƒ

OBS 1: If your url is different, change the CONF_BASE_URL constant in source/Boot/Config.php
OBS 2: The database used is in docs/ folder

๐Ÿƒโ€โ™€๏ธ Front End - Installing and Running

  1. Clone this repository https://github.com/pferreirafabricio/gamenews.git;
  2. Enter in the project's folder: cd gamenews
  3. Enter in the FrontEnd's folder: cd frontend
  4. Install dependencies: npm install
  5. Run the server: npm run serve
  6. Access in your browser: http://localhost:8080 ๐Ÿ˜ƒ

๐Ÿงฑ This project was built with:

โ™ป๏ธ Contribute

  1. Fork this repository;
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

๐Ÿ“ƒ License

This project is under the MIT license. Take a look at the LICENSE file for more details.

game-news's People

Contributors

dependabot[bot] avatar pferreirafabricio avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.