A full-stack web application for an AI Study Partner. Built with MongoDB, Express, React and Node.js (MERN) integrated with OpenAI API.
Clone the Repository then install dependencies:
cd server
npm install
cd ../client
npm install
Create a .env file in the server and client folder (follow the template ".env template") Note: To create a JWT_SECRET use a generator, for example: https://jwtsecret.com/ (I recommend 32 length)
Start the Backend by opening a terminal in the server folder then:
npm start
Start the Frontend by opening a terminal in the client folder then:
npm run dev
Please create a new branch when implementing a new feature/user story. Create a pull request targeting the main branch and ask for my review.