Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glamboyosa/seduire-backend

GraphQL backend powering the seduire web application
https://github.com/glamboyosa/seduire-backend

express express-graphql graphql mongoose nodejs stripe

Last synced: 24 days ago
JSON representation

GraphQL backend powering the seduire web application

Awesome Lists containing this project

README

        

# Seduire Backend

GraphQL backend powering the seduire web application built using

- Node.js
- Express.js
- Express-GraphQL
- Stripe.js

## Run the app
To run the app first clone the repository via:

```bash
git clone https://github.com/glamboyosa/seduire-backend.git
```

Install dependencies via:

```bash
npm install
# or
yarn
```

In the terminal, run:

```bash
npm run dev
#or
yarn dev
```

The GraphiQL user interface to run queries and see the schema is available at: `http://localhost:5000/api/graphql`

>**Note** Frontend can be found [here](https://github.com/glamboyosa/seduire-frontend).