🇺🇦🏡🇫🇷
This is an Open Source website aiming to gather contact informations about french people wanting
to help ukrainians seeking shelter outside their country.
🐛 Report Bug
·
Request Feature 🌟
Table of Contents
A war started between Russia and Ukraine on the 20th of February 2022.
This war led a massive amount of people to flee their country.
Many of them are coming to France to seek shelter.
Many french people have said on the radio, television and newspapers that they wanted to help and host ukrainian refugees. The only problem is that their contact information is not gathered yet.
The goal of this project is to gather contact informations about french people (and limited to them for now) wanting to help ukrainians seeking shelter outside their country.
Those informations will be passed on to associations and organizations that are in contact with refugees.
-
You will be using the Terminal so make sure you have one installed. (MacOS / Windows)
-
You will also need NodeJS installed on your computer. Install NodeJS.
-
You finally need to clone this repo with git. Install it.
-
Open your terminal and enter this command:
cd ~/Desktop
-
Clone this repo with:
git clone https://github.com/Find-shelter/find-shelter
-
Once cloned, you need to install the dependencies with:
cd back && npm install && cd ../front && npm install
-
In your
backendrepo, create and edit a new file called.envwith the following content (you can copy the existing.env.dist, rename it to.envand edit the variables inside):DB_URL=mongodb://127.0.0.1:27017/find-shelter CORS_ORIGIN=http://localhost:8080
-
[OPTIONAL]: If you don't already have a mongodb running for the back-end: n your
backendrepo, execute the following command:docker-compose up -d
-
In your
frontendrepo, create and edit a new file called.env.localwith the following content (you can copy the existing.env.dist, rename it to.envand edit the variables inside):VUE_APP_API_HOST=http://localhost:3000 -
Open a separate terminal and enter this command:
cd ~/Desktop/find-shelter/back && npm start
The use of this website is simple:
- Once you followed the previous steps, you will be able to access the website by going to: http://localhost:8080
- You'll be able to see the exact same things as the website.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
You can also join us on Discord if you want to communicate with us directly!
Distributed under the MIT License. See LICENSE for more information.
Find-Shelter: [email protected]
For any suggestions: [email protected]
Made with contributors-img.

