Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielshow/event_rock_graphql
An application for creating events and showcasing to everyone - Ruby and Graphql
https://github.com/danielshow/event_rock_graphql
api graphql postgresql rails ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
An application for creating events and showcasing to everyone - Ruby and Graphql
- Host: GitHub
- URL: https://github.com/danielshow/event_rock_graphql
- Owner: Danielshow
- Created: 2019-05-12T08:59:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:46:04.000Z (about 2 years ago)
- Last Synced: 2023-03-02T09:15:57.939Z (almost 2 years ago)
- Topics: api, graphql, postgresql, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://eventrockg.herokuapp.com/
- Size: 930 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EventRock with GraphQL and Ruby
This Application is a graphql backend application for event creation
- Users can signup and login
- Login users can create events
- Login users can delete and update event
- Users can register for the eventThings you may want to cover:
### Ruby version
- v2.53### Setup
- CLone this application
- Create application.yml file and add the following variables
```
JWT_SECRET=
PG_USER=
PG_PASSWORD=
```
- Run `rails db:create` to create database
- Run `rails db:migrate` to run migrations
- Run `bundle install` to run all dependencies
- finally run `rails s` to start the server
- visit `localhost:3000/graphiql` to run queries### Database creation
```
rails db:create
```
* Database initialization
#### Run migration using```
rails db:migrate
```
* How to run the test suite\
rspec## Stack
- Ruby on Rails
- GraphQL## Limitation
Still in Development## Contribution
- Clone this Repository and raise a pull request