Giter VIP home page Giter VIP logo

solarsearcherbackend's Introduction

SOLAR SEARCHECR BACKEND

  • This is the backend for the solar searcher api built using golang and fiber.

Tech Stack

  • Golang
  • Fibre (Golang rest api framework)

Deployement

  • Render

Live URL

https://solar-geek-api.onrender.com

Postman Documentation

https://documenter.getpostman.com/view/24017825/2s9Ykkf3as

Folder Strcuture

  • Main.go (Main server file)

        - main.go
  • Controller

       - space.controller.go
  • Error ( Custom error file )

       - customHandler.error.go
  • Helper ( functions that would be used in the controllers )

       ## This helper converts the user location into coordinates.
       - geoCordinate.helper.go
       ## This helper helps in performing the analysis over the weather conditions.
       - weatherAnalysis.helper.go
  • Model ( Contains the model that would help in mapping through api response )

       - spaceData.model.go
  • Services ( This would be used for making api calls to the third party space api's )

       - spaceApis.service.go
  • Routes

      - space.router.go
  • Utils ( This contains the base url for the various third parties api that are being used in our backend )

       - apis.utils.go

Endpoints

app.Get("/v1/getIssLocation", Controller.GetISSLocation)
app.Get("/v1/getMarsRoverPic", Controller.GetMarsRoverImage)
app.Get("/v1/getApodApiImage", Controller.GetApodImages)
app.Get("/v1/performWeatherAnalysis", Controller.PerformWeatherAnalysis)

solarsearcherbackend's People

Contributors

sankalp1011 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.