This is a web application that allows users to create a profile and share their location with other developers. Users can also view other developers' profiles and locations. This only private data required is the user's email address. This email address is used to create a unique user account, activate/deactivate your status (open to work or not) and is not shared with other users. It will be encrypted in the database. Your location is shared with other users and is not encrypted. Only a zipcode is asked for and is used to display your location on a map.
cd front
npm install
cd back-api
composer install
cd front
cd src/config/config.js
cd back-api
cd .env
# Configure your database connection
# Configure your mailer connection
# Create database
php bin/console doctrine:database:create
# Create tables
php bin/console doctrine:migrations:migrate
# Load fixtures
php bin/console doctrine:fixtures:load
# Start server
symfony serve
cd front
npm run dev -- --open
cd back-api
symfony serve
This project is licensed under the MIT License - see the LICENSE.md file for details.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
If you have any questions, please open an issue or contact Anørak.