Skip to content

carloDevelop/hack2-chal7-be

Repository files navigation

About

BE for H2 CH7

Installation

npm install

Usage

To initialize database run

node initDb.js

In output you should see

INITIALIZING DATABASE
recreating table Account
adding data...
recreating table ContactType
adding data...
recreating table Contact
adding data...
recreating table Event
adding data...
recreating table Ability
adding data...
recreating table AbilityAccount
adding data...
recreating table AbilityEvent
adding data...
recreating table Registration
adding data...
recreating table AbilityRegistration
adding data...
DONE

To start BE run

node server.js

To see how each request should look like you can check test.http

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published