Skip to content

MozartKato/RecipeRush

Repository files navigation

Laravel Logo

RecipeRush

RecipeRush is a Laravel-based recipe management application featuring user authentication, an admin panel, and a user information API.


✨ Features

  • User Authentication (register, login, logout)
  • Admin Panel
  • User Information API

🚀 Installation

  1. Clone this repository
    git clone https://github.com/MozartKato/RecipeRush.git
    cd RecipeRush
  2. Install dependencies
    composer install
    npm install
  3. Copy the environment file
    cp .env.example .env
    Then, configure your database settings in the .env file.
  4. Generate application key
    php artisan key:generate
  5. Run database migrations
    php artisan migrate
  6. Start the server
    php artisan serve

📖 Usage

  • Login:
    POST /api/login
  • User Info:
    GET /api/user (requires token)

📄 Full API documentation:
Postman Collection

🤝 Contribution

Pull requests and issues are very welcome!

📄 License

MIT

About

Simple laravel project for sharing recipe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages