This is the API to create the React Avançado Landing Page.
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
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 datahttp://localhost:1337/graphql
- GraphQL Playground to test your queries
The first time to access the Admin you'll need to create an user.
This project uses Postgres
and if you want all the data previously, unzip the data.zip, copy the uploads
folder to public/uploads and restore the data from the local.dump
file inside the zip.