/code-share

Primary LanguageJavaScriptMIT LicenseMIT

Small App that will share code in real time. Still a work in progress View Live at

https://code-share-code.herokuapp.com/

To install locally: =>Install mongodb. The easiest way is to use brew https://github.com/Homebrew or else follow instructions on mongodb website https://www.mongodb.com/ Make sure you have a data directory. On mac using brew: => brew install mongodb => sudo mkdir -p /data/db => sudo chown -R...for mongo to store data

=>Make sure you have a postgreSQL installed and have a https://www.postgresql.org/ db named code-share and db named code-share-test

=>npm install

=> npm run start-dev

=> Open new terminal and npm run seed