mhamdani / ToyShare

A site that enables users to view, post, and interact with listings. Utilizes MVC Paradigm with CRUD functionality, alongside of Node, Express, MySQL, Database, firebase, and Sequelize ORM to manage persistent data. Modularized semantic templates with Handlebars to serve static assets. Use Mocha and Chai to write unit tests against regressions and set up Karma and Nightmare to run functional tests on features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mom-app

A marketplace for parents.

Installing

  1. clone repo locally
  2. Navigate to project root $ cd path/to/project/root
  3. Install dependencies with NPM $ npm install
  4. Create local database by running commands in schema.sql
  5. Start server node server
  6. Navigate browser to (http://localhost:3050/)

Running tests

You'll likely want to have one tab in your terminal dedicated to running your tests while you develop

  1. Start your test watcher $ karma start
  2. Write some code and see if the tests pass!

About

A site that enables users to view, post, and interact with listings. Utilizes MVC Paradigm with CRUD functionality, alongside of Node, Express, MySQL, Database, firebase, and Sequelize ORM to manage persistent data. Modularized semantic templates with Handlebars to serve static assets. Use Mocha and Chai to write unit tests against regressions and set up Karma and Nightmare to run functional tests on features.


Languages

Language:JavaScript 61.7%Language:HTML 30.4%Language:CSS 7.9%