RecipeRush is a Laravel-based recipe management application featuring user authentication, an admin panel, and a user information API.
- User Authentication (register, login, logout)
- Admin Panel
- User Information API
- Clone this repository
git clone https://github.com/MozartKato/RecipeRush.git cd RecipeRush - Install dependencies
composer install npm install
- Copy the environment file
Then, configure your database settings in the
cp .env.example .env
.envfile. - Generate application key
php artisan key:generate
- Run database migrations
php artisan migrate
- Start the server
php artisan serve
- Login:
POST /api/login - User Info:
GET /api/user(requires token)
📄 Full API documentation:
Postman Collection
Pull requests and issues are very welcome!
MIT