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
Thank you for considering contributing to this project! Here are the steps to get started:
- Clone your forked repository to your local machine using the following command:
git clone https://github.com/97mams/api-soccer.git
- Navigate to the project directory:
cd api-soccer - Install the project's dependencies using
pnpm:pnpm install
- 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