source: README.md@ cb88e9f

develop
Last change on this file since cb88e9f was e756bd9, checked in by Berat Kjufliju <kufliju@…>, 3 years ago

edited readme file

  • Property mode set to 100644
File size: 734 bytes
Line 
1# SaveSpace
2Document 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 TracBrowser for help on using the repository browser.