Skip to content

🏄 A simple site that aggregates brief descriptions about games made with VueJS and PHP (without framework)

Notifications You must be signed in to change notification settings

pferreirafabricio/game-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

🏄 A simple site that aggregates brief descriptions about games made with VueJS and PHP (without framework)

Topics

Resources

Stars

Watchers

Forks