luisrabock / nearby-web

πŸ“ NearBy is an application that allows markings on the map, save photos for locations, write comments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


NearBy πŸ—ΊοΈ


GitHub repo size GitHub language count GitHub last commit GitHub top language GitHub GitHub issues


With NearBy you can mark places on the map, add photos and comments in those locations.

The core of the project was made with react, graphql, apollo and mapbox ❀️

Runtime app: https://nearby-web.vercel.app/

πŸš€  Installation and Documentation

You need to install Node.js and Npm first.

Clone repo: https://github.com/luisrabock/nearby-web

Follow the API installation instructions at: https://github.com/luisrabock/nearby-api

πŸ§ͺ Development environment:

In the root folder you need install the dependencies:

yarn install

Start server:

yarn dev

Youd need two environment variables:

REACT_APP_MAP_TOKEN You can generate this token by making an account at https://www.mapbox.com/

OAUTH_CLIENT_ID You achieve this by creating a client id with OAuth2

Now application is running!!

❀️  Community and Contributions

Whether you are helping fixing bugs, proposing new feature, improving the app . I love to have you as part of the project.

πŸ“«  Have a question? Want to chat? Ran into a problem?

Glad to help you. My e-mail account is the best form of contact: luis@rocketlab.com.br .

🀝  Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the NearBy repository. If you already found a solution to your problem, i would love to review your pull request!

πŸ“˜  License

NearBy content management system is released under the under terms of the MIT License.

About

πŸ“ NearBy is an application that allows markings on the map, save photos for locations, write comments.

License:MIT License


Languages

Language:JavaScript 96.2%Language:HTML 3.8%