/bookup

Primary LanguageJavaScript

Bookmark

Matchmaking application for booklovers.

Team

Development

Tech Stack

  • Client: AngularJS
  • Server: Node.js, Express, Sequelize
  • Database: PostgreSQL

Usage

node server/server.js
psql

You need a database with this connection: 'postgres://tunnelsup:SQL@localhost:5432/bookup_development'

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install