Changeset 33439a5 for README.md


Ignore:
Timestamp:
10/25/21 22:15:25 (3 years ago)
Author:
GitHub <noreply@…>
Branches:
develop, main, master
Children:
1701ba0
Parents:
ebb2a52
git-author:
Berat Kjufliju <49268075+beratkjufliju@…> (10/25/21 22:15:25)
git-committer:
GitHub <noreply@…> (10/25/21 22:15:25)
Message:

Update README.md

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rebb2a52 r33439a5  
    11# SaveSpace
    22Document management system in PHP
     3
     4## Quick Start
     51. ``` git clone https://github.com/beratkjufliju/SaveSpace.git ```
     62. ``` cd SaveSpace ```
     73. ``` git checkout -b develop ```
     84.
     95. ``` composer install ```
     106. ``` npm install ```
     117. ``` npm run production ```
     128. ``` cp .env.example .env ```
     139. ``` php artisan key:generate ```
     1410. Create database and edit .env with your database credentials
     1511. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
     1612. ``` php artisan clear:all --ms ```
     1713. ``` php artisan serve ```
     18
     19Then you can visit http://localhost:8000/auth/login
     20
     21#### Login Credentials:
     22
     23Username: ``` admin ```
     24
     25Password: ``` 123456 ```
     26
     27Verification code: ``` 1234 ```
Note: See TracChangeset for help on using the changeset viewer.