An app to help people learn English slang, to communicate effectively with native English speakers.
(live at: https://slanguage2.herokuapp.com/)
As a user, I want to send text messages to my friends who speak English as a native/first language. I want to understand their slang and use it appropriately. As a user, I want to input a text message and immediately see a definition of the slang words, abbreviations, and/or hashtags used. I want to save the word and accompanying definitions to use again later, when I'm studying my English. I want to edit the definitions to make them uniquely tailored to me and save those edits for future use. As a user I would like to have the option of translating the English definitions into my native language, so I can thoroughly understand the concept.
- Node.js (including: nodemon, bluebird, pg-promises, and more!)
- Express.js
- PostgreSQL
- JavaScript
- jQuery
- HTML
- CSS
- and more...
- [Git clone or download this project]
- Create a PostgreSQL database called 'slanguage2'
- On your terminal, navigate to the models folder and run
psql -f slanguage2.sql
- Make sure to npm install nodemon --save
- Run nodemon, and app should be available on localhost:3000