Giter Club home page Giter Club logo

final-project's Introduction

--- Database Systems Final Project ---

This readme contains all of the files needed to get the database and user interface up and running locally.

--- YouTube Video Link ---

https://www.youtube.com/watch?v=V2UWeOcys90

Please raise the quality of the video to the highest setting to allow you to more clearly read the text.

--- Getting Started with the Database ---

NOTE: I am using version 14 of PostgreSQL for the database server


1. Remove the .txt extension on all of the *.sql.txt files. This will turn them into regular sql files.
2. Run all of the commands in the creation.sql file in order. It is important that the order is correct, otherwise, there may be tables that are not created.
3. Run all of the commands in the data.sql file in order. It is important that the order is correct, otherwise, there may be tables whose data is not populated.

--- Getting the Command Line App Running ---

>I am using v14.17.6 of Node.js and v6.14.15 of npm

1. Install the correct version of Node.js.
   1. Node.js can be found at https://nodejs.org/en/
   2. Here are the official docs for installing Node.js if you need more help https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Once Node.js is installed, open your terminal app of choice and navigate into the user-interface directory
3. Once inside the user-interface directory, install the necessary packages by running `npm install` in the command line
4. Once everything installs successfully, open the file `services/knexService.js` and ensure that the `host`, `port`, `database`, `username` and `password` (if needed) are accurate to your current instance of PostgreSQL.
5. Then, you can start the program by running the command `npm start`

final-project's People

Contributors

facundof13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.