Gomojii is a playful emoji themed application that allows a user to search existing emojis, and access other widgets that are emoji themed.
- User can search through all emojis.
- User can filter all emojis.
- User can save/bookmark emojis.
- User will have access to many other emoji themed widgets.
- React.js
- Redux to handle state
- Rails to handle any backend data/logic
- Sessions and Cookies for authentication
- Postgres for data persistence
Backend/API
git clone [email protected]:greedybrain/Gomojii.gitcdinto projects backend directorygomojii-backend- Run
bundle installto install all of Gomojii's dependencies - Confirm that Postgres is installed on your machine. If not, get it here
- Create the database by running
rails db:create - Create migrations by running
rails db:migrate - If applicable, run
rails db:seedto generate any seed data - Lastly, run
rails sorrails serverto generate a live server
Frontend/Client
cdinto front end directorygomojii-client- Run
open index.htmlornpm startto run the app in a browser

