Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glamboyosa/seduire-backend
- Owner: glamboyosa
- Created: 2020-03-05T01:41:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:20:03.000Z (over 1 year ago)
- Last Synced: 2024-04-24T09:27:19.153Z (7 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: 2
- 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).