Git Product home page Git Product logo

intl-wallet's Introduction

intl-wallet

ASP .NET Core CI

API Documentation: https://drive.google.com/file/d/1WWue6IdmY7x7hJ2yEpgx8R7TjfI7QC4s/view?usp=sharing

Technologies used in this project include:

  1. Visual Studio IDE.
  2. ASP.NET Core API and Class Library Projects.
  3. Entity Framework Core: an object-relational mapper which enables developers to work with data using objects of domain specific classes without focusing on the underlying database where this data is stored.
  4. ASP.NET Core Identity: used for managing api/app user accounts.
  5. ASP.NET Core Authentication JwtBearer: ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
  6. MS SQLServer: a relational database management system.
  7. NUnit: a test framework for defining and running unit tests.
  8. Swashbuckle Swagger, SwaggerGen and SwaggerUI: builds a rich, customizable experience for describing the web API functionality.

Docker Compose

Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how the one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker-compose up.

Quick Start

Using Docker Compose is basically a three-step process:

  1. Define your app's environment with a Dockerfile so it can be reproduced anywhere.
  2. Define the services that make up your app in docker-compose.yml so they can be run together in an isolated environment.
  3. Lastly, run docker-compose up and Compose will start and run your entire app.

intl-wallet's People

Contributors

engineer-kufre avatar

Watchers

James Cloos avatar Adejo David avatar  avatar

Forkers

sammylaw23

intl-wallet's Issues

collaborator

  • kindly, Add @Cidospark as a collaborator.
  • You should add the docker-compose instructions on how to start the program in the README.

Submission

@engineer-kufre

Look at the assessment document for information on how to submit. Create an issue with your name and email.

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.