Hi, my project is based on the creation of a Q&A website for informatics, a kind of stackoverflow. On this site you can create an account and then you can ask on the questions page the problems you encounter and a more professional user will answer you. The platform contains: -The Page where the question will be asked. -A top user system that counts based on what comments you place, for example, if a user selects you as having the best comment, you will receive a point in the top. -Coin system counted the same, depending on what comments you post. -A role system (ADMIN, MODERATOR, VIP, NORMAL). -Other typical systems for any platform (search, support, terms and conditions page, updates, frequently asked questions, admin panel, a page for lessons) The technologies used in the development of this app are: -PHP with Laravel framework for back-end. -Bootstrap for front-end. -Mysql for database.