AdSoNaTuRaL / react-advanced-api

GraphQL API using Strapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Avançado - Landing Page API

This API was built for training the use of advanced techniques in React using Strapi

⚠️ Not working at the moment due to changes of plans in Heroku

Requirements

This project uses PostgreSQL, so, in order to make it working, install in your local machine or use Docker.

The configuration to the Database can be found on config/database.js

Development

After cloning this project, install the dependencies:

yarn install

And run using:

yarn develop

The urls to access are:

  • http://localhost:1337/admin - The Dashboard to create and populate data
  • http://localhost:1337/graphql - GraphQL Playground to test your queries

The first time to access the Admin you'll need to create an user.

About

GraphQL API using Strapi


Languages

Language:JavaScript 96.0%Language:Shell 4.0%