A utility to assist and automate coding tasks.
| U.I Demo | View 1 | View 2 |
|---|---|---|
Note: Demo of U.I (and not the whole working)
- Navigate to the
backenddirectory. Open Terminal/ Command Prompt and type in:
go mod tidy-
Plug in your
OpenAI API Keyinside the.envfile -
Once finished, type in:
go run main.go- The above command will result in a output as below:
┌───────────────────────────────────────────────────┐
│ Fiber v2.43.0 │
│ http://127.0.0.1:5000 │
│ (bound on host 0.0.0.0 and port 5000) │
│ │
│ Handlers ............. 3 Processes ........... 1 │
│ Prefork ....... Disabled PID ............. 86476 │
└───────────────────────────────────────────────────┘ - Open Terminal/ Command Prompt, then navigate to the
frontenddirectory and type in:
npm install- Once everything is setup, type in:
np run serve- The above command should result in something like this:
> frontend@0.1.0 serve
> vue-cli-service serve
INFO Starting development server...
DONE Compiled successfully in 7988ms
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.134.61:8080/- Kindly do not move, delete, rename or modify any files (unless you know what you are doing).
- Feel free to make enhancements and raise a PR.
- Wrap up backend
- Include more features
- Work on issues (if any)
- Deployment