sc d;f;l
BileMo provides an API for managing your customers and your products.
Install dependencies with composer install and npm install
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
👤 Anørak
- Github: @Anørak
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator