Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AI Study Partner

A full-stack web application for an AI Study Partner. Built with MongoDB, Express, React and Node.js (MERN) integrated with OpenAI API.

Installation

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)

Running the App

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

Development guidelines

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages