Skip to content

jduar005/introme_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run application for back-end development

make sure you have already installed .net core ,then change to directory of build, run command ./start.sh

Run application for consumption

  • make sure you have already installed docker

  • run the scripts of build\start.sh cd ../build ./start.sh

  • the application will start now ,you can open it on you web browser
    `http://127.0.0.1:5000

Rebuild docker image

  • run the script build\build_webapi.sh cd ../build ./build_webapi.sh

  • the application will start now ,you can open it on you web browser
    `http://127.0.0.1:5000

About

Shell code for .NET Core based web service using NancyFx. Builds into a docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published