To run the FAQ project:
1.git clone https://github.com/gongyuhua/faq.git
2.CD into FAQ and run composer install
3.cp .env. example to .env
4.setup database / with sqlite (https://laravel.com/docs/5.6/database)
Epic:Recent added Users
User Story
- A user can register and login his own accounts.
- A user can create and edit his profile.
- A user can create, edit and delete questions.
- A user can create, edit and delete answers.
- Recent added users will be available when new user register his account.