/DevLocation

Dev Location, find devs near you!

Primary LanguageCSSMIT LicenseMIT


Project   |    Techs   |    Extras   |    Installation   |    Test   |    To Do   |    Contributing   |    License


Project 💻

Dev Location allows you to find developers around your location.

It was a project made on Rocketseat's #10 OmniStack Week, with a few changes.

Techs 🚀


Extras 🎰

  • Email integration (account verification, reset password etc);
  • JWT authentication;
  • Frontend x Backend Validation.

Installation 🔧

You can install the application server and client using, from the root folder, the following command:

yarn installapp

If you wish to install the mobile version, from the root folder run the following command:

yarn installmobile

Or, if you use Android, download and install the .apk on your phone


Test ✔️

To start the application server on your local machine, from the root folder, just run:

yarn start

Note: you need to create a .env file on the server directory based on the example file. You can read the documentation of the APIs and test them here.


To start the application client (frontend), from the root folder, just run:

yarn startclient

Remember to change the web and mobile api's baseURL to your local server adress (which is set to http://localhost:8080/ at server/index.js) or to your production server.


To start the mobile application client you need to install expo on your local machine then, from the root folder, just run:

yarn startmobile

To do 📰

  • Mobile app registration;
  • More options to update profile;
  • Integrate web application with Google Maps.

Contributing 🤔

Please read CONTRIBUTING for details on code of conduct, and the process for submitting pull requests to the project.


License 📝

License