source: README.md@ 1701ba0

develop
Last change on this file since 1701ba0 was 1701ba0, checked in by beratkjufliju <kufliju@…>, 3 years ago

resolve of merge conflict

  • Property mode set to 100644
File size: 808 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 ```
8<<<<<<< HEAD
94.
10=======
114.
12>>>>>>> c2e9bd946c4c249836b8699c48946f6079ee7a84
135. ``` composer install ```
146. ``` npm install ```
157. ``` npm run production ```
168. ``` cp .env.example .env ```
179. ``` php artisan key:generate ```
1810. Create database and edit .env with your database credentials
1911. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
2012. ``` php artisan clear:all --ms ```
2113. ``` php artisan serve ```
22
23Then you can visit http://localhost:8000/auth/login
24
25#### Login Credentials:
26
27Username: ``` admin ```
28
29Password: ``` 123456 ```
30
31Verification code: ``` 1234 ```
Note: See TracBrowser for help on using the repository browser.