Code Monkey home page Code Monkey logo

runlog's Introduction

.NET Core

Demo

RunLog Logo

Introduction

RunLog is an activity tracking application. Users can create/edit/delete activities. And activity has a start/stop button and while the activity is running, the device's geolocation coordinates are tracked and stored in the RunLog system.

The solution is comprised of 3 components:

  1. RunLog.API is a REST API that allows for client applications to interact with the RunLog system. Provides data access and back-end processing.
  2. RunLog.Web is a client-side SPA website to interface with the system.
  3. RunLog Tests is a set of unit tests and integration tests to automate testing of the system components.

Additional components:

  • LiteBulb.Database to store all the data used for the system.

#Tech Stack

  1. .NET Core 3.1 (for Web API, Blazor WebAssembly and libraries)
  2. .NET Standard 2.1 (for libraries)
  3. LiteBulb MemoryDb 0.1 (for database)
  4. Swagger (API documentation)
  5. Serilog (logging)

Problem Statement

The RunLog application needs a REST API to provide data storage and retrieval functionality. The API needs to perform some back-end processing. The API needs to write log messages to an AMQP message broker. An interactive UI is needed to provide user access to all the CRUD operations supported by the application.

A solution called RunLog will be developed to perform the required operations.

Requirements

  1. RunLog application needs a logical data model that includes two entities with a cardinality relationship of one-to-many.
  2. REST API that implements all the CRUD operations using a resource-based modeling approach for each data model entity.
  3. REST API requires HTTPS security.
  4. Each invocation of the REST API should write a small log message describing the given interaction to an AMQP message broker.

Note: See below for links to code repositories.

Documentation

GitHub

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Build and Test

  • Build the solution in Visual Studio 2019 and run. TODO: Describe and show how to build your code and run the tests.

Contribute

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

runlog's People

Contributors

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