Giter VIP home page Giter VIP logo

ntsoftware's Introduction

NTSoftware

Đồ án tốt nghiệp Fithou của Lê Hồng Ngọc và Nguyễn Anh Tú năm 2019

install in ubuntu 18.04

  1. Mono

  2. Dotnet core 2.2.402

  3. Nodejs

  4. Angular 8

  5. MSSQL (SQL Server 2017)

  6. JetBrains Rider

Steps to Setup the .NET Core Back end app (NTSoftware)

  1. Clone the application

  2. Change MSSQL username and password as per your MSSQL installation

  • open NTSoftware/NTSoftware/appsettings.json file.
  • change DefaultConnection properties as per your MSSQL installation: Server=localhost;Database=NTSoftwarePB;User Id=sa;Password=YOURPASSWORD;MultipleActiveResultSets=trueor Data Source=YOURSERVERADDRESS;Initial Catalog=NTSoftware;Integrated Security=True
  1. Run Migrations using .NET Core CLI
dotnet ef migrations add InitialCreate
dotnet ef database update
  1. Run App

Steps to Setup the Angular Front end app (NTSoftware/NTSoftware/ClientApp)

First go to the ClientApp folder -

cd NTSoftware/NTSoftware/ClientApp

Then type the following command to install the dependencies and start the application -

npm install
ng serve --open

The front-end server will start on port 4200.

default account admin:

and password:

Ngoc@12345

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.