Coder Social home page Coder Social logo

getittest's Introduction

"Get It" Test Application

For Database Initialization:

  • First you need to change config in ./Voronov.GetItTestApp.Persistnce.EntityFramework/DbConfig.json file. This is how it's going to look:
    {
        "DatabaseName": "temp",
        "ServerUrl": "localhost",
        "ServerPort": 5432,
        "UserName": "postgres",
        "Password": "admin"
    }
  • After setting Database configuration in root folder you need to find a file named init.bat, after the launching of the file the project will be compiled and then Initial Migration will start.

For client react application:

For building client application you need to: Execute npm install and npm run build in Voronov.GetItTestApp.Web\ClientApp folder Also, the same action will be done with VisualStudio solution project

The next frameworks were used for developing the Application:

  • .NET Core 2.1
  • PostgreSQL 11.0
  • Entity Framework
  • React 16.7 (redux some times)
  • Typescript as language for react application

What can be done better?

  • Application doesn't have notification, so sometimes user can't see error (e.g. login with incorrect user name)
  • Predefined database data has negative Id's, because 'ef' hasData method has incorrect inserting behaviour. Autogenerated properties will be forced to start from id 1 ignoring any existing data.
  • Missed 'create new user' page

getittest's People

Contributors

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