https://github.com/boussadjra/coding-challenge
Coding challenge to create an app for drawing graphs
https://github.com/boussadjra/coding-challenge
Last synced: 6 months ago
JSON representation
Coding challenge to create an app for drawing graphs
- Host: GitHub
- URL: https://github.com/boussadjra/coding-challenge
- Owner: boussadjra
- Created: 2020-05-27T23:26:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T18:13:22.000Z (over 1 year ago)
- Last Synced: 2025-04-12T19:13:25.328Z (6 months ago)
- Language: PHP
- Size: 2.16 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation and usage :
##### clone the project :
git clone https://github.com/boussadjra/coding-challenge.git
cd coding-challenge##### setup the server side :
composer update
php artisan serve
navigate to :
http://127.0.0.1:8000
Run seeder
php artisan db:seed --class=GraphsTableSeeder
##### setup the client side :
change directory to the `front-end` folder at the project root :
cd front-end
npm install
npm run servenavigate to :
http://127.0.0.1:8080