Skip to content

glrta/week4-JICG

 
 

Repository files navigation

FAC19 week 4 project

At Founders and Coders coding bootcamp we are tasked every week with a different project. A MVP is built in 1.5 days by 4 developers that follow the Agile methodology.

Week 4 topic: Node

See week 4 schedule.


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 💪

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.7%
  • CSS 25.3%