#MakeACv
To run the app :
Prequisites - PHP, Composer , MongoDB
- Open command prompt and run the command
composer install - Navigate to the public/ directory
- Open command prompt and run the command,
php -S localhost:8080 - Open a web browser and type in the address localhost:8080/
###MongoDB structure
-
Database - swproject
-
Collection - users * user_id (_id) * username * password
-
Collection - work * user_id * organisation * position * duration * details * achievements
-
Collection - personal * user_id * name * fname * phone * email * hobby * dob * address * objectives * achievements
-
Collection - education * user_id * degree * institution * percentage * end_year * achievements