Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lighta971 committed Mar 10, 2021
1 parent 10df4fe commit d82f7a9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ Great that you're interested in this exercise! Thanks a lot for making it. The e
![Image](https://github.com/medoucine/fullstack-recruitment-test/blob/master/result.gif)

What you'll have to do:
- Design integration with SASS and Bootstrap 4
- A VueJS template and script
- A quick API with Laravel 5.7 which will serve cities, practices, ..
- Manipulate ./database/db.json file as your database
- Allow user to search therapists by city and practice with the form
- Allow user to search therapists by clicking on links
- Cities, practices and search links have to be generated from therapists list (./database/db.json)
- **The form and the links can't lead to no result**
- Make design integration with SASS and Bootstrap 4
- Make all user interaction with VueJS (./resource/js/component/MainComponent.vue)
- Make a quick API with Laravel 5.7 (which will serve cities, practices, ..)


To complete this test you need to fork this repo. When you're done you can push your changes to your own repo (and let us know where to find it ofcourse).

Expand All @@ -30,10 +34,10 @@ To complete this test you need to fork this repo. When you're done you can push

## Developpment

- Run a server `php artisan serve`
- Run `npm run watch` or `npm run watch-poll` (see packages.json for full list of commands)
- Use the json file as database located in `./database/db.json` which represent list of doctors
- tips: edit `routes/web.php`, `app/Http/Controller.php` and files located in `resources/`
- Run a server with `php artisan serve`
- Run auto compilation with `npm run watch` or `npm run watch-poll` (see packages.json for full list of commands)
- Use the json file as database located in `./database/db.json` which represent list of therapists
- tips: you'll have to edit `routes/web.php`, `app/Http/Controller.php` and files located in `resources/`

## Finish

Expand Down

0 comments on commit d82f7a9

Please sign in to comment.