Skip to content

MissArray/lets-j-j-j-jam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lets-j-j-j-jam

with Jessy, Mon, Art and Joe

WE DID IT

Find our site on Heroku here

*HEADS UP!!!! WE HAVE NO ERROR HANDLING ON OUR LOG IN FORM SO IF YOU ENTER AN INCORRECT PASSWORD OR USERNAME YOU WILL CRASH THE HEROKU SERVER!!! YOU HAVE BEEN WARNED!!!

How to install locally:

  1. Clone the project and run npm install

  2. Create a config.env file in the root of the directory

  3. Set up a local database on your machine and add the DB_URL to the config.env file in the format:

DB_URL = postgres://username:password@localhost:5432/databaseName
  1. Alter the database to make your user role the owner

  2. Be sure to grant all permissions on the database/tables to the user role you are using

  3. Run this code from the command line to build the database:

node db/db_build.js
  1. Enter a secret in the config file in the following format:
SECRET = 'your-super-secret-secret'
  1. To get things crack-a-lack-in run:
npm run dev
  1. Profit ???

Wireframe:

first wireframe

wireframe pic

About

Resource sharing site for the FAC Community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.1%
  • CSS 24.8%
  • HTML 18.9%
  • PLpgSQL 6.2%