Skip to content

Live #4 of the Rocketseat GoStack Bootcamp: Payment services integration with NodeJS.

Notifications You must be signed in to change notification settings

kastorcode/gostack-live-04-integration-payments-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GoStack Bootcamp Live 4

🚀 Practical project of the Rocketseat GoStack Bootcamp.
👷 Developed by Matheus Ramalho de Oliveira.
🔨 Systems Analyst, Full-Stack Developer.
🏡 Goiânia, Goiás, Brasil.
✉️ [email protected]
👍 instagram.com/kastorcode


Live 4, NodeJS: Integration with payment services


Frontend Screenshots


Backend installation and execution

  1. Make a clone of this repository;
  2. Enter the folder running cd gostack-live-04-integration-payments-nodejs/server;
  3. Run yarn to install dependencies;
  4. Create a database in postgres with the name of live-payments;
  5. Run the file server/sql-backup/index.sql in the database to create the tables;
  6. You can use the data from the app/json-server/index.json file to feed the database;
  7. Rename the .env.example file to .env;
  8. Put your credentials within .env;
  9. Run yarn dev to start the development server.

Frontend installation and execution

  1. Open the terminal in the gostack-live-04-integration-payments-nodejs/app folder;
  2. Run yarn to install dependencies;
  3. Run yarn start to start the development server;
  4. Open the address http://localhost:3000 in the browser.

🗓 ️Roadmap

  • Introduction to Node.js
  • Creating Node.js project
  • Continuing Node.js project
  • CSS Flexbox
  • UI Design
  • Introduction to React
  • First project with ReactJS
  • First project with React Native
  • Front-end documentation
  • Flux architecture
  • Using React Hooks
  • Server-side rendering(SSR) with ReactJS
  • GraphQL
  • Expo
  • Creating ReactJS project
  • Creating React Native project
  • Animations with React Native
  • Full-stack app development
  • Node.js tests
  • Node.js deploy
  • ReactJS tests
  • React Native tests
  • ReactJS deploy
  • React Native publication
  • WebSocket with Express
  • Advanced patterns at Node.js
  • OmniStack SaaS(software as a service) and AdonisJS
  • Final challenge
  • Monorepo