https://github.com/biosfood/website-backend
The backend graphql server for my website
https://github.com/biosfood/website-backend
backend graphql graphql-api tyypescript
Last synced: 4 months ago
JSON representation
The backend graphql server for my website
- Host: GitHub
- URL: https://github.com/biosfood/website-backend
- Owner: biosfood
- License: gpl-3.0
- Created: 2023-05-18T18:39:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T07:57:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T08:48:33.531Z (5 months ago)
- Topics: backend, graphql, graphql-api, tyypescript
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website-backend
This is the graphql-based backend for my personal website.
It uses the Apollo graphql server and a sequelize powered sqlite database.
## Before starting
Change JWT_SECRET in .env before starting. This is the secrect key to authenticate a JSON-web-token and remember logged in users.
## Running
To start the backend server, run
```bash
npm run start
```After compiling the typescript source code, the web server will start and be available at `localhost:4000/graphql`.