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: 4 months ago
JSON representation
GraphQL backend powering the seduire web application
- Host: GitHub
- URL: https://github.com/glamboyosa/seduire-backend
- Owner: glamboyosa
- Created: 2020-03-05T01:41:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:20:03.000Z (over 3 years ago)
- Last Synced: 2025-10-18T18:38:40.391Z (8 months ago)
- Topics: express, express-graphql, graphql, mongoose, nodejs, stripe
- Language: JavaScript
- Homepage: https://seduire-backend.herokuapp.com/api/graphql
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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).