Skip to content

fac19/week4-JICG

Repository files navigation

Microblogger

Microblog project built during Founders and Coders week 4 focused on Node.js.

Briefing 🎯

Your project this week is to build a microblogging site. It should allow users to submit their own posts and view all the posts submitted by others.

Note: we aren't expecting the data to persist when the server restarts.

Stretch goal: the user can delete posts.

Download our project

To download the project:

  • Clone the project
  • Run npm install to setup package dependencies
  • Run npm test to run the tests

Features 🎉

  • add posts
  • see the posts of other users
  • delete posts

Technologies 🚜

  • Node.js
  • Heroku
  • Frontend JavaScript, CSS and HTML

Dependencies (NPM module dev dependencies) 👪

  • tape
  • supertest
  • nodemon

Authors 💪