API for Nastapp, an app that keeps track of the prices of gas for several gas stations across a region.
- 📖 Table of Contents
- 📍 Overview
- 📦 Features
- 📂 Repository Structure
- ⚙️ Modules
- 🚀 Getting Started
- 🛣 Project Roadmap
- 🤝 Contributing
- 📄 License
- 👏 Acknowledgments
► [WIP]
► Get gas stations near a point at certain maximum distance
└── nastapp-api/
├── .tool-versions
├── TODOS
├── db/
│ ├── db_repository.go
│ ├── lat_long.go
│ ├── mongo_client.go
│ └── places_result.go
├── go.mod
├── go.sum
├── main.go
└── router/
├── api_error.go
├── handlers.go
├── router_setup.go
└── swagger_setup.go
Db
| File | Summary |
|---|---|
| mongo_client.go | ► INSERT-TEXT |
| db_repository.go | ► INSERT-TEXT |
Router
| File | Summary |
|---|---|
| handlers.go | ► INSERT-TEXT |
| router_setup.go | ► INSERT-TEXT |
| swagger_setup.go | ► INSERT-TEXT |
Dependencies
- ℹ️ Go 1.21.3
Clone and install dependencies:
git clone https://github.com/juampiq6/nastapp-api
cd nastapp-api
go getgo run *.gogo testSee TODOS file
ℹ️ Task 1: Implement Xℹ️ Task 2: Implement Yℹ️ ...
Contributions are welcome! Here are several ways you can contribute:
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
- Report Issues: Submit bugs found or log feature requests for JUAMPIQ6.
Click to expand
- Fork the Repository: Start by forking the project repository to your GitHub account.
- Clone Locally: Clone the forked repository to your local machine using a Git client.
git clone <your-forked-repo-url>
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear and concise message describing your updates.
git commit -m 'Implemented new feature x.' - Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the main branch.
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.