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.
Microblog project built during Founders and Coders week 4 focused on Node.js.
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.
To download the project:
- Clone the project
- Run
npm install
to setup package dependencies - Run
npm test
to run the tests
- add posts
- see the posts of other users
- delete posts
- Node.js
- Heroku
- Frontend JavaScript, CSS and HTML
- tape
- supertest
- nodemon