Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cshepscorp/reading-rambo

Connecting book lovers to movies, and movie lovers to books, by allowing users to search for their favorites of either and find the inverse, corresponding media.
https://github.com/cshepscorp/reading-rambo

apollo-server expressjs graphql mongoose nodejs react

Last synced: 5 days ago
JSON representation

Connecting book lovers to movies, and movie lovers to books, by allowing users to search for their favorites of either and find the inverse, corresponding media.

Awesome Lists containing this project

README

        

# reading-rambo

## Purpose

Connecting book lovers to movies, and movie lovers to books, by allowing users to search for their favorites of either and find the inverse, corresponding media.



## Table of Contents

- [Preview](#Preview)
- [Installation](#Installation)
- [Tests](#Tests)
- [Documentation](#Documentation)
- [Contribution](#Contribution)

---

## Preview

This application is currently live on Heroku.

Check it out here!

Here is how the application appears and functions.

## Installation

Navigate to the directory you would like to use using the CLI and then clone this repository:

```bash
git clone [email protected]:cshepscorp/reading-rambo.git
```

Create the application with React through the CLI:

```bash
npx create-react-app
```

Once complete, the application should automatically luanch in your default browser. If not, you can start the app using `npm start`

## Tests

_This project used Jest through the React testing library_

You can use `npm run test` to run the test suite through your terminal.



## Documentation

- [npm](https://docs.npmjs.com/)
- [React](https://reactjs.org/docs/getting-started.html)
- [MUI](https://www.npmjs.com/package/@mui/material)
- [Apollo Server](https://www.npmjs.com/package/react-apollo)
- [GraphQL](https://graphql.org/learn/)
- [Mongoose](https://mongoosejs.com/)

## Contribution

- [Aili Chatfield-Taylor](https://github.com/ailict)
- [Robert Reedy](https://github.com/RobertAReedy)
- [Christina Sheppard](https://github.com/cshepscorp)
- [Samantha Wolfskill](https://github.com/wolfgarb)