Giter Site home page Giter Site logo

raku's Introduction

RAKU

This was created during our time as students at Code Chrysalis.

RAKU – A dashboard designed to make you happy.

You can try the app here: https://cc11raku.herokuapp.com/

Introducing the Team

Mary Sedarous (Team Lead, Engineer)

Github | LinkedIn

Sarah Ting (Engineer)

Github | LinkedIn

Antonio Malacad (Scrum Master, Engineer)

Github | LinkedIn

Kota Aoyama (Tech Lead, Engineer)

Github | LinkedIn

Haruna Utsumi (Engineer)

Github | LinkedIn

Setup Instructions

1. Clone the repo:

git clone https://github.com/RAKUteam/RAKU.git

2. Install packages:

yarn

3. Create database:

echo "CREATE DATABASE raku;" | psql

4. Migrate tables:

yarn migrate

5. Configure local environment and API_KEY:

• Create a .env file to hold keys and environment variables

touch .env

• Add your API keys from: https://english.api.rakuten.net/ and external services to your .env file.

API_KEY=[your API key]
REACT_APP_NASA_API_KEY = [your API key from NASA]
CLIENT_ID = [your Spotify developer key]
CLIENT_SECRET = [your Spotify developer secret key]
SEND_GRID_API_KEY = [your SendGrid API key]

• Add your database URL, Name, Username, and Password to the .env file.

DATABASE_URL=[your database URL]
DB_NAME = [your database name]
DB_USER = [your database username]
DB_PASSWORD = [your database password]

6. Start server:

• Default location is: http://localhost:9000

yarn start

7. Build the front end:

• Default location is: http://localhost:3000

yarn dev

• Default location is: http://localhost:9000

yarn build

APIs Used

Bing News Search
Cat Facts
Dad Jokes
Dark Sky
Good Quotes
Microsoft Text Analysis

Third Party APIs

Aztro Horoscopes
NASA APOD
SendGrid
Spotify

Acknowledgements

This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
Heroku was used to host the project.

raku's People

Contributors

kotaaoyama avatar sarahjting avatar marysed avatar antoniomalacad avatar harunamarun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.