A brief description of the project and its purpose.
-
Clone the repository:
git clone [https://github.com/DReddy35/car4sure.git
-
Install dependencies:
composer install
-
Install dependencies:
navigate into car4sure-frontend and: npm install
-
Run database migrations:
php artisan migrate
-
Start the development server:
php artisan serve navigate into car4sure-frontend and: npm run dev
- Access the app at
http://localhost:3000
. - Interact with the app as follows:
- Login: Use credentials or sign up.
- Feature 1: Create Policy.
- Feature 2: View all Policies. (page sometimes needs to be reloaded to view new policies)
- Feature 3: Edit Policy.
- Feature 4: Delete Policy.
- Feature 5: Download PDF.