https://github.com/fairwindsops/anonymous-questions-app
https://github.com/fairwindsops/anonymous-questions-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fairwindsops/anonymous-questions-app
- Owner: FairwindsOps
- Created: 2023-01-17T14:39:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T14:14:11.000Z (over 3 years ago)
- Last Synced: 2025-04-20T14:43:26.965Z (about 1 year ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Architecting an App from Scratch - Anonymous ask a question
## 1st Day - Installing required software
### General
- Git - https://git-scm.com/downloads
### Backend
- Golang (v1.19) - https://go.dev/dl/
- VSC Code - https://code.visualstudio.com/download
- Extensions:
- Go
- (optional) REST Client
- (optional) Go tools (`cmd+shift+P` > `Go: Install/Update Tools`):
- dlv
- golangci-lint
- gopls
### [Backend step-by-step - API](backend/README.md#backend-step-by-step---api)
### Front-end
- NodeJS (v18+ ) - https://nodejs.org/en/
#### [Front-end Test](#)