CodeX is your new coding and study partnet. Where you can any coding and study-related questions.
In another way, it's a small version of chatGPT made using openAI API
Server: Node JS, Express JS
API: openAI API
Front-end: HTML ,CSS ,Javascript
To run locally, make sure to create a .env file and copy variables from example.env and give them valid values as well.
$ git clone <repo url>
$ cd codeX
$ cd server/
#install dependencies
$ npm install
#Start the server
$ npm run server //Server will run on http://localhost:5000
$ cd client/
#install dependencies
$ npm install
#Start the client
$ npm run dev // Client will run on http://localhost:5173/
Thanks,
sajda