Giter Site home page Giter Site logo

ryandeering / circitchallenge Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.01 MB

Small application consuming a weather API with a frontend in Vue.js and .NET Core Web API. Created for job application to Circit.

C# 72.45% JavaScript 7.22% HTML 1.72% Vue 18.48% Shell 0.13%
dotnet-core vuejs

circitchallenge's Introduction

CircitChallenge

A single page application built with Vue.js and .NET Core Web API displaying different cities' weather & other info. This was created for my job application for Circit.

example workflow

Demo gif

Online Links

https://genuine-beignet-f03e44.netlify.app/ - Frontend deployed on Netlify.

https://circitchallengeapi.azurewebsites.net/api/ - API hosted on Azure App Service, needs a warmup request to start.

Technologies & Features

  • Vue.js CLI [requires a version of Node.js version 15.0 or higher]
  • .NET Core Web API [requires .NET 6]
  • CI/CD pipeline for backend API
  • Unit and Integration testing with Moq and xUnit

Building Locally

To build the project, run the following commands in the root folder of the repo:

dotnet restore

dotnet build

Running Locally - Backend

To run the backend, from the root folder navigate to CircitChallenge.API.

Open the command prompt and run the following command:

dotnet run

If successful, you should see a prompt that the API has been built and running on ports 5001 and 5003 respectively.

Running Locally - Frontend

To run the frontend, from the root folder navigate to CircitChallenge.Frontend:

Open the command prompt and run the following command:

npm run serve

If successful, you should see a prompt that the frontend has been built and running on port 7094.

Feel free to navigate to https://localhost:7094/ and you should see data pour in similar to the gif on this README.md.

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.