🪧 Vitrine.Dev | |
---|---|
✨ Nome | Class With GraphQL |
🏷️ Tecnologias | javascript, node.js, express, graphql, postgresql |
- Node.js
- Express
- GraphQL
- Express
- PostgreSQL
First of all ! Make sure you have Node installed and updated it as PostgreSQL ! After that:
npm install
npm run api
It'll install all the dependencies from the projects and run the server in http://localhost:3000
http://localhost:3000/doc for the Documentation !
The routes are made, you just need to prepare the data !
Make sure you prepare your environment (DB Name, Password and Type) in "api/config/config.json"npm run graphql
Then GraphQL'll be running in http://localhost:4000