The personal and versatile CRM web application is made with the Laravel Framework. Users can log into the CRM system, and create new products, categories, customers, etc. This contains the API interface, where the user can fetch the data from the database with their own credentials.
- PHP 8.x
- Composer
- MariaDB
- Create the new database, and after that start configure your database connection in your
.env
file, and start the server by command line:
php artisan serve
- Go to your browser and remember, it depends on what port you are using on your server.
http://localhost:8081/
- Fill in your email address and password on the login form.
Body (form-data):
email: [email protected]
password: your_password
Request URL:
http://<your-hostname>/api/token
Headers:
Authorization: <your_bearer_token>
Request URL:
http://<your-hostname>/api/products/