Skip to content

Repository files navigation

CodeGPT

A utility to assist and automate coding tasks.

Demo

U.I Demo View 1 View 2

Note: Demo of U.I (and not the whole working)

Installations and Dependencies

Usage

Backend

  • Navigate to the backend directory. Open Terminal/ Command Prompt and type in:
go mod tidy
  • Plug in your OpenAI API Key inside the .env file

  • 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 │ 
 └───────────────────────────────────────────────────┘ 

Frontend

  • Open Terminal/ Command Prompt, then navigate to the frontend directory 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/

Note

  • 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.

Todo

  • Wrap up backend
  • Include more features
  • Work on issues (if any)
  • Deployment

About

A utility to assist and automate coding tasks.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages