Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bautistaaa/narutoql
https://github.com/bautistaaa/narutoql
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bautistaaa/narutoql
- Owner: bautistaaa
- License: mit
- Created: 2020-10-10T21:33:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T06:03:41.000Z (over 1 year ago)
- Last Synced: 2024-11-02T02:21:07.733Z (12 days ago)
- Language: TypeScript
- Homepage: https://www.narutoql.com
- Size: 594 KB
- Stars: 62
- Watchers: 4
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NarutoQL
![](https://media1.giphy.com/media/rrTXn4zEMp008/giphy.gif)
## IntroductionThis was built live on [twitch](https://www.twitch.tv/trash_dev) so it is far from perfect.
You can also view the live [documentation](https://narutoql.com/docs)
## Getting Started
Make sure you have docker installed.
`docker-compose-up` (Note: slow reload times on node app (~5s) somebody help? Client reloads fine)**Alternatively,**
`npm run dev` in `src/client` to run [NextJS](https://nextjs.org/) app
`npm run dev` in `src/server` to run [Express](https://expressjs.com/) app
### Seed Data
- Docker flow: `docker exec` into node container and run `npm run seed`
- Or just `npm run seed` in `server` directory## Resources
- [GraphQL](https://graphql.org/)
- [type-graphql](https://github.com/MichalLytek/type-graphql)
- [typegoose](https://typegoose.github.io/typegoose/)
- [TypeScript](http://typescriptlang.org/)
- [MongoDB](https://www.mongodb.com/)
- [Docker](https://www.docker.com/)