Gustu / node-workshops

Twitter Clone made with Node.js for Node Workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-workshops

REST API - Twitter clone

Requirements:

  • As a user I can add a tweet
    • Tweet contains a message and author information
    • Tweet message limit is 255 chars
  • As a user I can delete my tweet
    • User can delete a tweet within 3 minutes from publication
  • As a user I can read all tweets (“News Feed”)
    • Sorted from latest to oldest

Tasks

01 - Simple implementation with in-memory database
02 - Database
03 - User login/registration
04 - Modular monolith

Presentation

https://slides.com/bartlomiejpasik/node-workshops

About

Twitter Clone made with Node.js for Node Workshops


Languages

Language:JavaScript 100.0%