Tweeter is a simple, single-page Twitter clone.
Built upon starter code forked from Lighthouse Labs and then built upon to practice HTML, CSS-SCSS, JS, jQuery and AJAX front-end skills, and Node, Express and MongoDB back-end skills.
- Clone this repository.
- Install dependencies using the
npm install
command. - Must have a mongo db instance running
- Configure .env variable in order to specify database address to be connected. e.g: "MONGODB_URI=mongodb://127.0.0.1:27017/tweeter"
- Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- express 4.13.4
- Node 5.10.x or above
- body-parser 1.15.2
- chance 1.0.2
- dotenv 6.1.0
- md5 2.1.0
- mongodb 2.2.36