Code Monkey home page Code Monkey logo

atm's Introduction

ATM

Simple ATM, cross plataform

Get Started ๐Ÿš€

CRUD instructions for traning or upgrade to a serious project

The project is already build for the product use but remember the defaul values of the database is SERVER=CLIENTE\SQLEXPRESS; DATABASE=criptos; integrated security=true

Pre-requisites and builded with ๐Ÿ“‹ ๐Ÿ› ๏ธ

Sql server conection

dotnet add package System.Data.SqlClient --version 4.8.3

Unit Testings

dotnet add package Microsoft.VisualStudio.UnitTesting --version 11.0.50727.1

Instalation ๐Ÿ”ง

You can download the project and use the program with .exe or modify the source code for upgrade it

Once downloaded on bin file you can find the .exe program

C: \ATM> cd bin 

You can also upgrade the project cloning the repository or download in a zip

git clone https://github.com/kikhi/ATM.git

Run and Unit Testing โŒจ๏ธ

For run project use the fallow command

dotnet run

xUnit used for this project

dotnet new xunit -o AlgebraTests

Add reference from project to testing project

dotnet add AlgebraTests/AlgebraTests.csproj reference Algebra.csproj

For test code use fallow command

dotnet test AlgebraTests/AlgebraTests.csproj

If the second time testing there are problems, put the follow instruction on files .csproj from project and test project

<GenerateAssemblyInfo> false </GenerateAssemblyInfo>

Deploy ๐Ÿ“ฆ

For deployment need build the project

dotnet build

Then you can publish the project or take the .exe for personal use

Licence ๐Ÿ“„

This project is for free use - See the licence LICENSE.md for more details


Made by kikhi ๐Ÿ˜Š

atm's People

Contributors

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