Giter Site home page Giter Site logo

twitterclone's Introduction

Tweeder - Twitter clone

A basic twitter clone built to demonstrate the full stack (client, server, database) Tweeder sample

With the same features of Twitter:

  • Anyone can send a tweed
  • Anyone else can see all the tweeds that have been sent

Deployment

Unfortunately, this project is not hosted yet. So, for deployment you'll need the following dependencies:

  • Node.js and MongoDB
    • Access the server folder, and run npm start
    • You will also need to install live-server since node is not initialized for the client side.
    • Once live-server is installed, access the client folder, and run live-server

Client side

Server side

  • Uses Express package as framework to listen for requests that come from client.
  • Uses Morgan package as middleware library which will log all incoming requests for debug purposes.
  • Uses CORS package as middleware library which uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin.
  • Uses bad-words package for filtering out unnecessary and unclean tweeds.
  • Uses Express Rate Limit middleware for Express to limit repeated requests to server.

Database

  • Uses MongoDB as the main database program.
  • Uses Monk as a library to connect to MongoDB.

TODO

  • Deployment
  • Add comments/replies to a tweed
  • User accounts
    • instead of users just entering their name
  • User @mentions
  • Realtime feed of tweeds

twitterclone's People

Contributors

carrliitos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.