source: README.md

Last change on this file was 19cbec3, checked in by beratkjufliju <kufliju@…>, 3 years ago

edited conflicts

  • Property mode set to 100644
File size: 729 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. ``` composer install ```
95. ``` npm install ```
106. ``` npm run production ```
117. ``` cp .env.example .env ```
128. ``` php artisan key:generate ```
139. Create database and edit .env with your database credentials
1410. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
1511. ``` php artisan clear:all --ms ```
1612. ``` php artisan serve ```
17
18Then you can visit http://localhost:8000/auth/login
19
20#### Login Credentials:
21
22Username: ``` admin ```
23
24Password: ``` 123456 ```
25
26Verification code: ``` 1234 ```
Note: See TracBrowser for help on using the repository browser.