Skip to content

chiragparekh/backend-limit-order

Repository files navigation

Limit Order

A Laravel-based limit order system.

Prerequisites

  • Docker and Docker Compose
  • Git
  • PHP 8.5
  • Composer

Setup with Laravel Sail

1. Clone the repository

git clone git@github.com:chiragparekh/backend-limit-order.git
cd backend-limit-order

2. Install PHP dependencies

composer install

3. Create environment file

cp .env.example .env

4. Start Laravel Sail

./vendor/bin/sail up -d

5. Generate application key

./vendor/bin/sail artisan key:generate

6. Run database migrations

./vendor/bin/sail artisan migrate

7. Seed the database

./vendor/bin/sail artisan db:seed

Use following credentials to login to frontend

Email: user1@test.com
Password: password
Email: user2@test.com
Password: password

For the frontend follow steps in this repository: https://github.com/chiragparekh/frontend-limit-order

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages