Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhaduneci/quera_bootcamp_assignments
Quera Go Bootcamp Assignments
https://github.com/farhaduneci/quera_bootcamp_assignments
golang
Last synced: about 22 hours ago
JSON representation
Quera Go Bootcamp Assignments
- Host: GitHub
- URL: https://github.com/farhaduneci/quera_bootcamp_assignments
- Owner: Farhaduneci
- Created: 2023-09-16T16:48:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T22:07:56.000Z (about 1 year ago)
- Last Synced: 2023-09-17T06:26:19.085Z (about 1 year ago)
- Topics: golang
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Quera Bootcamp Assignments
==========================This repo is here to host our team assignments on Quera Go bootcamp! Let's Go...
How to setup for local development
----------------------------------Follow the steps below to get started working on this repository:
1. Clone the repo
2. Install pre-commit on your machine
3. Run `pre-commit install`
4. Code :DHow to use the sha256sums.txt files?
------------------------------------These files exist in this repo due to the rules in the bootcamp, all team members must
submit the same code in all group assignments. So thats why sha256sum might come handy.If you want to check your local files against the files in the repo run the following command:
$ sha256sum -c sha256sums.txt
The output must be like below:
Q1.sh: OK
Q2.sh: OK
Q3.sql: OK
Q4.sql: OK
Q5.sql: OKIf you see a bunvh of Oks, you're good to Go!