Skip to content

maximsan/EasyRent

Repository files navigation

easy-rent-application

standard-readme compliant

An application to make your life easier when you want to try out but not to bye

TODO: Fill out this long description.

Table of Contents

Stack

Install

install npm packages

    npm install

Database

You should use PostgreSQL for this project. When you install this DBMS you will have to create database and user with will be owner for DB.

Database connection string have to contain:

  1. host and port (taken from DBMS configs).
  2. username, password, database name (taken from previous step). Example:
    Server=localhost;User Id=RentApp;Password=easy;Database=RentBase;

If you need add/update migration of the project you have to type in package manager console:

    Add-Migration Initial

If you want generate/update database by migration files you have to type:

    Update-Database

Usage

build in development mode

You can run this solution by two ways:

  1. Write run script for Server and IdentityServer in terminal.
  2. Run two powershell scripts: RunIdentityServer and RunServer.

make a poduction ready build

    npm run build

Maintainers

@maximsan

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 maximsan