Table of Contents
Inner Worlds is an application to help a user keep a detailed dream journal, and provide data about their dreams. This repository serves as a GraphQL API for our Front End Application.
The learning goals for this project were;
- Demonstrate knowledge you’ve gained throughout Turing
- Use an agile process to turn well defined requirements into deployed and production ready software
- Gain experience dividing applications into components and domains of responsibilities to facilitate multi-developer teams. Service oriented architecture concepts and patterns are highly encouraged.
- Explore and implement new concepts, patterns, or libraries that have not been explicitly taught while at Turing
- Practice an advanced, professional git workflow including a Pull Request Review
- Gain experience using continuous integration tools to build and automate the deployment of features
- Build applications that execute in development, test, CI, and production environments
- Focus on communication between front-end and back-end teams in order to complete and deploy features that have been outlined by the project spec
We hope your experience is out of this world!
-
Ruby
Ruby 3.1.1
-
Rails
Rails 7.0.4.3
Follow the steps below to install and set up this app.
- THIS REPO NEEDS A TWINWORD API KEY. Get a free API Key at https://www.twinword.com/api/topic-tagging.php
- Clone this Repository
git clone https://github.com/Inner-Worlds/inner_worlds_be
- In your terminal, run the following commands;
bundle install rails generate graphql:install bundle exec figaro install rails db:{drop,create,migrate,seed}
- Add your TwinWord API key to the
application.yml
fileTOPICS_KEY: enter_your_key
- Run
rails s
in your terminal and visit http://localhost:3000/graphiql to explore the end points for yourself!
- This project utilizes RSpec testing
- After cloning this repo and following the steps above to install all necessary gems and API keys:
- Run the entire test suite using the command
bundle exec rspec
- Run the entire test suite using the command
- Below are example Requests and Responses for each endpoint
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Jade Stewart | Bobby Luly | Kassandra Leyba | Weston Sandfort | Sam Walker |
GitHub |
GitHub |
GitHub |
GitHub |
GitHub |
Lauren Seward | Daniel Curtin | Lexye Jordan |
GitHub |
GitHub |
GitHub |