Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 803 Bytes

SIMPLIFIED CONVERSATIONS APP

An extremely stripped down conversations app

Structure

api directory is build with express simplifiedConversations directory is a react-app

Tech Stack and why I chose them

  • React - Easily reuse components
  • Typescript - Easy to type some of what the requirements were asking for and I like the documentation piece of TS
  • Express.js
  • Redis
  • Jest

How to run locally

  1. Follow the instructions in the api directory's README.md
  2. Follow the instructions in the simplifiedConversations directory's README.md

TODOs

There are still a few things that I wish I could've spent more time on, I've listed what I wish I could've spent more time on in each directory's README.md but the biggest ones are ... integration testing search (text distances).