Interaction app allows users to anonymously seek advice, vent their issues, and provide positive messages to other users. Users are able to provide advice to letters written by other users and are able to view advice responses to letters written by themselves. Inappropriate flagging functionality and Tensorflow model used to limit number of negative/inappropriate messages present throughout the app.
cd clientInstall dependencies with
npm installnpm startServer should be hosted on http://localhost:3000/
cd serverInstall dependencies with
npm installcopy the .env.example into a .env file
PORT=8080
-->This is where the API server runsnpm startResets, and seeds the database for development/testing.
npm run db:reset- Implement letter type filtering when viewing all letters




