Code Monkey home page Code Monkey logo

astrology-microservice-api's Introduction

Microservice

This microservice is apart of Assignment 7 for CS361.

What this project does:

This microservice creates an API that will take in someones birthday in the form {month}{day} in numbers and return their astrological sign.

How to use the microservice:

  1. Open your terminal and clone this repository on your local hardrive.
    git clone {link to repository ssh or https}
  1. Navigate into the cloned repository.
    cd Project-CS361
  1. Visit the this page to create and activate a virutal environment in which the microservice will run.
    python -m venv env
    source ./env/bin/activate
  1. Visit the this page to install the FastAPI Python library.
    pip install "fastapi[all]"
  1. Run main.py
    python main.py 

Using the API

Once you have run main.py you should see this in your terminal:

main.py running in terminal

Copy this into your browser:

main.py running in terminal

This should appear:

main.py running in terminal

Type "/generate/{month}{day}" after the url inserting your month in number format. It should look like this:

main.py running in terminal

If you have done everything right, the API should return your sign:

main.py running in terminal

UML Diagram

UML

astrology-microservice-api's People

Contributors

clarafication 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.