Skip to content

Commit

Permalink
Readme Regular
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetserefoglu committed Jun 9, 2020
1 parent e5b4b17 commit 141431b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Installation

Postman üzerinde endpointler [https://web.postman.co/collections/3980989-74e8347a-c1fc-4c5e-b255-b2ff8b2d5759?version=latest&workspace=16734ff7-b276-4d59-8297-b080943a9421] verilmiştir.
+ [Postman](https://web.postman.co/collections/3980989-74e8347a-c1fc-4c5e-b255-b2ff8b2d5759?version=latest&workspace=16734ff7-b276-4d59-8297-b080943a9421
) üzerinde endpointler verilmiştir.

$ git clone https://github.com/ahmetserefoglu/RestApiProject.git
$ cd www/RestApiProject
+ $ git clone https://github.com/ahmetserefoglu/RestApiProject.git
+ $ cd www/RestApiProject

##Laravel Bölümü
$ composer install
$ copy .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan passport:install
1. $ composer install
2. $ copy .env.example .env
3. $ php artisan key:generate
4. $ php artisan migrate
5. $ php artisan passport:install

$ php artisan serve
6. $ php artisan serve

0 comments on commit 141431b

Please sign in to comment.