https://github.com/tanish2002/ra2011030030004
https://github.com/tanish2002/ra2011030030004
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanish2002/ra2011030030004
- Owner: Tanish2002
- Created: 2023-08-22T15:23:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T15:38:13.000Z (over 1 year ago)
- Last Synced: 2025-02-04T04:27:47.676Z (3 months ago)
- Language: Go
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Question 1
The code is in golang.
I've included the vendor folder so one can just run the code using `go run main.go` It'll run the server on port 8080# Question 2
The frontend is in next.js 13.
Download the node_modules using `pnpm install`.
Run the frontedn using `pnpm dev`. The frontend will run on port 3000.