thechrise / stickerfy

Learning Test Automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stickerfy Build Status

Run Locally on Your Machine

You need Node, NPM and MongoDB properly installed. To get started:

  1. Clone this repository
    git clone https://github.com/meaghanlewis/stickerfy.git
  1. Setup the environment variable for the MongoDB URI
    export MONGODB_URI=mongodb://localhost:27017/shopping
  1. Install dependencies
    npm install
  1. Start up MongoDB
    mongod
  1. Populate shopping database
    node seed/product-seeder.js

Once the project is setup, start the dev server with Nodemon.

    npm run dev

Server will start at: http://localhost:3000

About

Learning Test Automation

License:MIT License


Languages

Language:JavaScript 71.4%Language:HTML 27.8%Language:CSS 0.8%