You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nesse projeto de Full Stack Developer, foi proposto para o trabalho final do curso na qual realizei da Geração Tech, de desenvolver um site E-commerce. Sendo chamado de Drip Store, uma loja de itens esportivos. Um projeto Full Stack. Assim, finalizamos o curso de Full Stack | 194 horas com sucesso!
Node.js microservice API that converts dates to UNIX timestamps and UTC strings. Accepts valid date strings or UNIX timestamps as input and handles invalid dates gracefully. Supports current date response when no date is provided. Built using Express.js to fulfill API endpoints.
File Metadata Microservice allows users to upload files and receive metadata about the uploaded file. Users can submit a file, then on file upload, the server responds with a JSON object. Built using Node.js, Express.js, and the multer package for file handling.
Microservice for shortening URLs. Users can POST a valid URL to /api/shorturl and receive a JSON response with original_url and short_url. Accessing /api/shorturl/<short_url> redirects to the original URL.
Exercise Tracker Microservice allows users to track their exercise logs. Users can create an account, add exercises, retrieve their exercise logs. Responses include user details, exercise data, and logs in structured JSON formats.
Microservice API that parses client request headers to extract IP address, preferred language, and software information. Built using Node.js and Express.js. API responds to /api/whoami endpoint with a JSON object containing ipaddress, language, and software keys derived from the request headers.
Você precisa criar uma API simples em Node.js com Express que implemente operações CRUD (Create, Read, Update, Delete) para gerenciar tarefas, usando um banco de dados em memória (um array)