Skip to content

jayden-chan/UVEC-Summer-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

First install node package manager from the provided link here: https://www.npmjs.com/get-npm

Next, clone the respository to get the source code onto your computer git clone https://github.com/jayden-chan/UVEC-Summer-2019.git

Run frontend

cd frontend && npm install
npm start

Set up database

It is strongly recommended to use a Cloud-Based solution for your Postgres database. However, if you wish to install postgres locally, instructions can be found here: http://postgresguide.com/setup/install.html

Configuring Postgres

CREATE TABLE data (
    username TEXT,
    password TEXT
);

Run backend

cd backend && npm install
npm run build
npm start

ER Diagram

About

UVic Engineering Competition Summer 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •