Skip to content

Puddeln/airbNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirBNC

An express server, node js app and postgreSQL database, built with node postgreSQL, tested with jest

http server, nubmer of endpoints

How to setup locally

Run npm install in the root of repo to install the necessary dependencies.

Create a .env.test file at the root level with the following content:

PGDATABASE=airbnc_test

Notable scripts:

Run npm run setup-dbs to create the local test database.

Run npm run seed to seed the test database.

Further features to be added:

Requirements:

jest: 29.7.0 or above node": 6.0.0 or above

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published