Skip to content

TrueOleg/NodeJS_Trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS_Trello

 nodejs version 8.11 
  1. Node.js install

     sudo apt-get update 
    sudo apt-get install nodejs
    https://www.digitalocean.com/community/tutorials/node-js-ubuntu-16-04-ru

  2. Npm install

    sudo apt-get install npm

  3. PostgreSQL install

    https://www.digitalocean.com/community/tutorials/postgresql-ubuntu-16-04-ru
    https://www.postgresql.org/download/windows/

     user: 'oleg',
     password: 'AEslySam',
     port: '5432',
     name: 'mydb',
     dialect: 'postgres',
     host: '127.0.0.1' 
     

    Added table on bd

    psql -h 127.0.0.1 -d mydb -U oleg -f ./mydb.sql

  4. Install project

    npm install

  5. Start project

    npm start

About

Trello Backend on NodeJS. This is simple app for manage tasks.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors