Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 338 Bytes

Node.js-trello-example

This is a server side application for repo React-trello-example.

Install and start

git clone [email protected]:konstantin-921/Node.js-trello-example.git
npm install
npm start

Command for uploading database:

psql -h hostname -d databasename -U username -f /db.sql