luisrabock / nearby-api

🗺️ Api that serves [nearby-web] sending auth, pins, coordinates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


NearBy-api 🗺️


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


An api that is used by the Nearby application. It was done using Graphql, Apollo, Mongo and google-auth for authentication.

🚀  Installation and Documentation

You need to install Node.js and Npm first.

Clone repo: 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:

MONGO_URI You can adjust this using the free MongoDB atlas cluster

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-api repository. If you already found a solution to your problem, i would love to review your pull request!

📘  License

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

About

🗺️ Api that serves [nearby-web] sending auth, pins, coordinates.

License:MIT License


Languages

Language:JavaScript 100.0%