https://github.com/quangvv-dev/graphql
DEMO GRAPHQL
https://github.com/quangvv-dev/graphql
Last synced: over 1 year ago
JSON representation
DEMO GRAPHQL
- Host: GitHub
- URL: https://github.com/quangvv-dev/graphql
- Owner: quangvv-dev
- Created: 2019-06-24T02:08:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:16:32.000Z (over 3 years ago)
- Last Synced: 2025-01-22T03:12:50.136Z (over 1 year ago)
- Language: PHP
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gralphql
API for a microblogging platform
## Getting Started
Clone the project repository by running the command below if you use SSH
```bash
git clone https://github.com/quangvv-dev/GRAPHQL.git
```
If you use https, use this instead
```bash
https://github.com/quangvv-dev/GRAPHQL.git
```
After cloning,run:
```bash
composer install
```
Duplicate `.env.example` and rename it `.env`
Then run:
```bash
php artisan key:generate
```
### Prerequisites
Be sure to fill in your database details in your `.env` file before running the migrations:
```bash
php artisan migrate
```
```bash
php artisan db:seed
```
And finally, start the application:
```bash
php artisan serve
```
and visit [http://localhost:8000/graphiql](http://localhost:8000/graphiql) to see the application in action.
## Built With
* [Laravel](https://laravel.com) - The PHP Framework For Web Artisans
* [GraphQL](https://graphql.org) - A query language for your API