Skip to content

This API allows you to manage football teams, add new teams, update their statistics, and track performance (wins, losses, points).

Notifications You must be signed in to change notification settings

97mams/api-soccer

Repository files navigation

Football API Documentation

Introduction

This API allows you to manage football teams, add new teams, update their statistics, and track performance (wins, losses, points).

For more details, please check out the documentation

Contributing

Thank you for considering contributing to this project! Here are the steps to get started:

Clone your fork

  • Clone your forked repository to your local machine using the following command:
    git clone https://github.com/97mams/api-soccer.git

Install dependencies

  • Navigate to the project directory:
    cd api-soccer
  • Install the project's dependencies using pnpm:
    pnpm install

For Database

  • Create database
    npx sequelize db:create
  • Run the migration
    npx sequelize db:migrate
  • Seed database for default values name group
    npx sequelize db:seed:all
  • run broject
    nodemon app.js | node app.js

About

This API allows you to manage football teams, add new teams, update their statistics, and track performance (wins, losses, points).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published