Skip to content

API rest for beginners workshop event IFPR - SETEC 2022

Notifications You must be signed in to change notification settings

extendsLcc/workshop-REST_API

Repository files navigation

Workshop: API REST for beginners

An extremely simplified product placing order application, without any authentication or any complex real-life flow, mostly for learning the basic concepts of REST API.

This project was developed to help demonstrate the concepts taught during the workshop i will be presenting at Setec 2022 for university IFPR - Campus Umuarama.

📌 Table of Contents

💻 Requirements

  • Node.js v16

🔧 Installaling the Project

Available with gitpod.io

Open in Gitpod

Install pnpm if not already installed

npm install -g pnpm

Clone the project locally

git clone https://github.com/extendsLcc/workshop-REST_API.git

Install project dependencies

# Access the project folder
cd workshop-REST_API
# Install dependencies
pnpm install

Open back-end API project in VSCode - See more in API readme

# Access the back-end api folder
cd apps/back-end
# Open the project in VSCode
code .

⬆ back to top

About

API rest for beginners workshop event IFPR - SETEC 2022

Resources

Stars

Watchers

Forks

Packages

No packages published