Skip to content

annatangzhao/greenfield

This branch is 1 commit behind hypnotoads/linkedlist:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b481961 · Sep 20, 2016
Sep 10, 2016
Sep 20, 2016
Sep 20, 2016
Sep 20, 2016
Sep 20, 2016
Sep 4, 2016
Sep 17, 2016
Sep 5, 2016
Sep 2, 2016
Sep 13, 2016
Sep 7, 2016
Sep 18, 2016
Sep 19, 2016

Repository files navigation

Project Name

Pithy project description

Team

  • Product Owner: teamMember
  • Scrum Master: teamMember
  • Development Team Members: teamMember, teamMember

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions in one terminal window run mysql.server start after this open another terminal window and start your express server then go back to the mysql.server termianl and run mysql -u root < schema.sql that adds the new database 'rezzy' in another termianl window 3 run mysql -u root SHOW DATABASES;

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

about.html Pictures and information about the creators of the website

home.html – homectrl.js Main page where the aggregated site are shown

links.html – linksctrl.js This is where signing in users can add resources to the database

mainCtrl.js Controller for user sign in and sign out

profile.html – profileCtrl.js modify profile information and add a user profile picture

routes.js front-end page routing

services.js Communication between back-end and front-end

index.html layout of the header and the footer for every page

links-helpers.js database queries for links

user-helpers.js database queries for users

connection.js server connection to database

hash-helpers.js hashes and salts passwords that are to be stored in the database

links.js routing helpers for links

photos.js routing helpers for profile

user.js routing helpers for users

error404.html error handling page

login.html login page

signup.html sign up page

server.js main server for all the routing and hosting

schema.sql mysql schema design for users, user_voted, resources, languages, resource_type, and sub_topic. Also test data is inserted to prepopulate the pages with languages, resource_type, and sub_topic.

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Hack Reactor Greenfield Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • HTML 36.4%
  • CSS 19.0%