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 git@github.com:greedybrain/Gomojii.git
cd
into projects backend directorygomojii-backend
- Run
bundle install
to 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:seed
to generate any seed data - Lastly, run
rails s
orrails server
to generate a live server
Frontend/Client
cd
into front end directorygomojii-client
- Run
open index.html
ornpm start
to run the app in a browser