Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 2.1 KB

File metadata and controls

77 lines (50 loc) · 2.1 KB

Plan Ahead Constructions Website

MERN banner



What is this project?

We focus on creating a cabinet e-commerce website for https://www.planaheadconstructions.com as the final project for the CS-410 class. The main objectives include practicing teamwork and learning to apply Scrum methodology effectively. This involves collaborative efforts to create the mentioned website, with an emphasis on applying theoretical knowledge and practical skills in project management, web development, and team dynamics in a simulated professional environment.

We are using MERN stack for this project



STEP 1:

Click Clone and copy the reposiroty link.
Then open your terminal and clone the repository:

cd ~/Desktop
git clone https://github.com/Mattynb/Cabinet-Website


STEP 2:

Go to the root of your repository's folder, and install all dependecies:

cd ~/Desktop/Cabinet-Website
npm run install


STEP 3:

Prepare your MongoDB database (atlas).
Or contact Minh to get his existing database connection

Then configure your database within server/constants/index.js, by configuring the MONGO_URI variable in the .env file.


STEP 4: CODE !!!



To run the client and/or the server, you can do any of the following:

From the root of your project run:

npm start

OR

Open terminal #1 (backend)

cd ./server
npm start

Open terminal #2 (frontend)

cd ./client
npm start

Special Thanks To Our Collaborators (In no specific order)

Hussein Khawal El Sultan, Tsegereda Bisrat, Minh Nguyen, Kevin Tran, Waliyat Afolabi, Xiaoyan Lin, Matheus Berbet