Skip to content

A learning management system created using the MERN stack

Notifications You must be signed in to change notification settings

zohaibadnan137/brilliantpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

BrilliantPro

BrilliantPro is a learning management system created using the MERN stack and Bulma CSS.

Demo.mp4

Try it out!

Clone the repository to your machine.

git clone https://github.com/zohaibadnan137/chatgpt-clone.git

Open a terminal window, and navigate to the server directory.

cd server

Create a .env file in this directory and add your MongoDB connection string.

MONGODB_URI=<your_connection_string>

Install the required dependencies and start the server.

npm install
npm start

Open a new terminal window, and navigate to the client directory. Install the required dependencies.

cd client
npm install

Start the client.

npm start

Open your browser, and navigate to http://localhost:3000/.

About

A learning management system created using the MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages