https://github.com/dotintent/workshop-backend-for-dummies
Materials from intent's full day "Backend for Dummies" workshop. Covers HTTP, REST API, Node.js, Express.js, Nest.js, Git, databases, Docker, and security.
https://github.com/dotintent/workshop-backend-for-dummies
Last synced: 14 days ago
JSON representation
Materials from intent's full day "Backend for Dummies" workshop. Covers HTTP, REST API, Node.js, Express.js, Nest.js, Git, databases, Docker, and security.
- Host: GitHub
- URL: https://github.com/dotintent/workshop-backend-for-dummies
- Owner: dotintent
- Created: 2023-05-24T08:12:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T09:56:48.000Z (about 3 years ago)
- Last Synced: 2025-02-28T11:54:34.169Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/.env.example
Awesome Lists containing this project
README
# Backend For Dummies
## Resources
1. [Link to the presentation](https://docs.google.com/presentation/d/1zVMyxGLblAZvFc1m0y3K3FKUb8ia4EBmxukbn7Akwm4/edit?usp=sharing)
## Software you need:
1. NodeJS (https://nodejs.org/en/download)
2. GIT (https://git-scm.com/downloads)
3. Docker (https://www.docker.com/products/docker-desktop)
4. Postman (https://www.postman.com/downloads/)
5. VSCode (https://code.visualstudio.com/download)