Skip to content

pferreirafabricio/sport-activities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

99 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sport Activities πŸ₯‹

License CI Badge

πŸ‘€ Overview

πŸ“– About

This project is a simple calendar for a sports establishment to add sports activities for customers to see in an organized way.

🏡️ API Routes

GET - sports/activies
POST - sports/activity

πŸƒβ€β™‚οΈ API - Installing and Running

  1. Clone this repository https://github.com/pferreirafabricio/sport-activities.git;
  2. Enter in the project's folder: cd sport-activities
  3. Enter in the API's folder: cd backend
  4. Install dependencies: composer install
  5. Run the migrations: php artisan migrate
  6. Finally start the built-in PHP development server php -S localhost:8000 -t public πŸ˜ƒ

OBS: Remember to change the .env configurations

πŸƒβ€β™€οΈ Front End - Installing and Running

  1. Clone this repository https://github.com/pferreirafabricio/sport-activities.git;
  2. Enter in the project's folder: cd sport-activities
  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 πŸ˜ƒ

OBS: If your API is running in a different address than http://locahost:8000, change the baseUrl variable in frontend/src/api/index.js

🧱 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.