Skip to content

Zarad1993/lets-innovate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

250 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub version Open Source Love Build Status MIT Licence

lets-innovate

An application designed to submit a new feature request based on BriteCore's full stack Software Engineer career requirements, providing client CRUD interface, with sorting priorities by drag and drop. Also adding web socket for real time updates to help admin organize work.

Production

Check our website here It's COOL!.

Subscribed

Table of Contents

  1. Tech Stack
  2. Development

Tech Stack

  1. Front-End
  • Angular
  • Bootstrap
  • jQuery
  1. Back-End
  • Node/Express
  • MongoDB
  • Socket.io
  1. Testing
  • Mocha
  • Chai
  1. Deployment
  • Heroku

Development

git clone https://github.com/Zarad1993/lets-innovate.git

Installing Dependencies

npm install && bower install

Before running on localhost

sudo mongod

Toggle Socket.IO on local

Open client/js/services/services.js
	SWITCH from 
	var socket = io.connect('http://lets-innovate.herokuapp.com');
	TO
	var socket = io.connect('http://localhost:8000/#/');

Localhost

http://localhost:8000/#/

Styling guide

gulp

Tests

npm test

About

An application designed to submit a new feature request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors