Skip to content

hitch90/home-budget-planning

Repository files navigation

Description

@todo

Swagger

http://localhost:3000/api/

Installation

$ npm install

Config

Database

Create file .env with database configuration:

host=
username=
password=
database=

Users

Create file src/config/users.ts, for example:

export const users = [
    {
        userId: 1,
        username: 'maria',
        password: 'guess',
    },
]

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published