Giter Club home page Giter Club logo

Nwaeze Joshua's Projects

-kodecamp-project icon -kodecamp-project

Problem Definition We want to design a system that can tell us the distance between our location and some other locations which we expect to be supplied to us. Task We need to design a RESTful API that can collect the information on the different locations for us and also determine the distance between the locations and a configurable location that can be changed or supplied. The formula for calculating the distance between two points can be found here: https://en.wikipedia.org/wiki/Great-circle_distance. Data Model Define a set of data models that include A location entity with at least the following structure, you can add more to it at your discretion Id Location name Description Website (Optional) Phone Contact Person Coordinates You can make use of any database but we recommend PostgreSQL. Rest API The following RESTful API must be implemented ● Create a new location ● Edit Location ● Delete Location ● Fetch All Locations ● Fetch Specific Location ● Calculate distance Deliverables A well-documented and working codebase with RESTful API that meets all requirements stated above. The codebase should be delivered via a Github repository. The repository should contain a README with at least the following Details on how to set up and start the app. Tools used. Areas you would like us to pay special attention to. If you could not finish, specify areas left undone and what you would have done to finish them. Anything else you feel we should know about e.g. if you used a design pattern that we should note.

30daysofjavascript icon 30daysofjavascript

30 days of JavaScript programming challenge is a step by step guide to learn JavaScript programming language in 30 days

bezao-stage-2 icon bezao-stage-2

1. Write a program that prints the next 20 leap years. 2. Write a guessing game where the user has to guess a secret number. After every guess the program tells the user whether their number was too large or too small. At the end the number of tries needed should be printed. It counts only as one try if they input the same number multiple times consecutively. 3. Write a program that translates a text to Pig Latin and back. English is translated to Pig Latin by taking the first letter of every word, moving it to the end of the word and adding ‘ay’. “The quick brown fox” becomes “Hetay uickqay rownbay oxfay”.

booking-flight-api icon booking-flight-api

Task title: Booking Flight API Task Objective: Create a rest API that has the following features 1. Add/Book Flight 2. Get all Flight 3. Get a single Flight 4. Update/Edit Flight 5. Delete Flight for flight let it have the following properties { title: "flight to canada", time: 1pm, price: 26000, date: "26-06-2022" } Clone this GitHub repo Repository Link or https://github.com/bee-solve/booking-flight-api

cbl icon cbl

Central Bank of Learnable, a basic banking API service.

clock-app icon clock-app

Gets location details and tells current time and date with calendar properties

countries-api icon countries-api

Gets basic information of countries with search functionality included.

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.