Git Product home page Git Product logo

academy.service's Introduction

Academy.API

An Academy API Service, is an web application service which is used for School management system/Institute/College Management portal.

Deploy

  1. This will be deployed as a Azure Web Apps.
  2. App will be containerized and pushed to Docker Hub.
  3. Azure Web App, will be enabled with continuous deployment

Development Rules

  1. Define the Entity/Model carefully - Academy.Entity
  2. Create Data Access for the Model - Academy.DataAccess
  3. Implement Bogus for the Model - Academy.Entity.DataBogus
  4. Test the Data Access - Academy.Test.DataAccess
  5. Create Web API Controller for the Defined Model. - Academy.Service

Docker Deploy Rules

  1. Build the Docker file, which exists near to solution file.

docker build --tag academy-service-api:v1.0.0 .

  1. Tag the Docker image.

docker tag 72dab714f095 ganeshramsr/academy-service-api:v1.0.0 docker tag 72dab714f095 ganeshramsr/academy-service-api:latest

  1. Push to Docker Hub

docker push ganeshramsr/academy-service-api:v1.0.0

  1. To make sure this is the latest one docker push ganeshramsr/academy-service-api:latest

  2. To run as docker Image

docker run --rm -it -p 7181:443/tcp -p 7282:80/tcp academy-service-api:v1.0.0

  1. Optional -- To remove all unnecessary images we can use the below command

docker image prune --filter="dangling=true"

----- Removes all unused containers

docker container prune

academy.service's People

Contributors

fire-cloud-apps avatar

Stargazers

 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.