Skip to content

mauriciosaglimbeni/fakeymail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d9f072 · Mar 1, 2022

History

32 Commits
Feb 22, 2022
Feb 22, 2022
Feb 17, 2022
Feb 22, 2022
Feb 22, 2022
Mar 1, 2022
Mar 1, 2022
Mar 1, 2022
Feb 17, 2022
Mar 1, 2022
Feb 17, 2022
Mar 1, 2022
Mar 1, 2022
Feb 22, 2022
Feb 22, 2022
Feb 17, 2022
Feb 17, 2022
Mar 1, 2022
Mar 1, 2022
Mar 1, 2022
Feb 17, 2022
Feb 17, 2022
Feb 18, 2022
Mar 1, 2022

Repository files navigation

Fakey-Mail

Mail application developed with Symfony 5!
Check out the requirements for info on how to launch the app.
Check out the basic functionality and extension for information on the functionality.

Requirements and launch:

Symfony, PHP 8 and composer.

  • Import the .sql file “fakeymailv2.sql” into phpMyAdmin to see use the database with the test data.
  • In the command line, go to the project folder.
  • Type “composer install” to install all of the project dependencies.
  • Type “npm install encore”. -Then type “yarn encore dev” to start the webpack. After following these steps, you can start the server normally with “symfony server:start”

Basic Functionality:

-Login.
-Sending Messages.
-Receiving messages.
-Viewing received and sent messages with their subject, date and if they have been read.