Tweeter-Doodle is a simple, single-page Twitter clone that incorporates an added doodle feature for users to submit. Users can either submit a tweet or post a doodle. Enjoy!
Heroku Deployment: https://tweeter-doodle.herokuapp.com/
- Clone this repository
- Install dependencies using the
npm install
command. - Copy .env.example to .env and place in root directory of project.
- Start the web server using the
npm run local
command. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.
- body-parser
- dotenv
- Express
- MongoDB
- Express
- Chance
- md5
- Nodemon
- Node 5.10.x or above