An open API service indexing awesome lists of open source software.

https://github.com/fairwindsops/anonymous-questions-app


https://github.com/fairwindsops/anonymous-questions-app

Last synced: about 1 year ago
JSON representation

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](#)