Anoerak / BileMo

A Symfony 6 API project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sc d;f;l

Welcome to BileMo 👋

License: MIT

BileMo provides an API for managing your customers and your products.

Install

Install dependencies with composer install and npm install

Usage

Update the .env file with your database credentials
Run the command `symfony console doctrine:database:create` to create the database
Run the command `symfony console doctrine:schema:update --force --complete` to create the tables
Run the command `symfony console doctrine:fixtures:load` to load the fixtures
Run the command `symfony serve` to start the server
Run the command `symfony open:local --path=/api/doc` to open the project in your browser
Run the command `symfony open:local --path=/api/doc.json` to open the project in your browser
Use the Token POST route to get a token (Select 'Try it out' and 'Execute' to get the token)
Use the Authorize button to add the token in the 'Value' field (Bearer <token>)
Use the GET routes to get the data

Author

👤 Anørak

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

A Symfony 6 API project


Languages

Language:PHP 98.2%Language:Twig 1.8%