Skip to content

Instantly share code, notes, and snippets.

View nicolaslimaaaa's full-sized avatar

Nicolas Lima nicolaslimaaaa

View GitHub Profile
@lucasKoyama
lucasKoyama / cheatsheet.md
Last active March 8, 2024 23:01
REST API + CRUD + .NET 6 + EF + Authentication + Authorization + Login + External API Requests

Web API => REST API + CRUD + .NET 6 + EF + Authentication + Authorization + Login + External API Requests

The purpose of this gist is to provide a step-by-step guide on how to create a REST API with all CRUD methods using .NET 6 and Entity Framework.

💡 Additionally, you can fork this gist and use the summary checkboxes to mark the steps as finished!

💡 Every Default Method will have a boilerplate code to replace the Entity1/Entity2/Entities names accordintly to your Table or Columns names!

❗ This is a step-by-step Cheat Sheet, so I won't dive deep into explanations of technical terms, just code snippets!❗

😉 But referencial links to public explanations will be provided! 😉

@bgoonz
bgoonz / sequelize-cheatsheet.md
Last active April 5, 2024 17:59
sequelize-cheat-sheetmd

Sequelize Cheatsheet

Command Line

Sequelize provides utilities for generating migrations, models, and seed files. They are exposed through the sequelize-cli command.

Init Project

$ npx sequelize-cli init