Not Nike is a React-based E-commerce web application that allows users to browse, search, and purchase products. It is a fully responsive web app and comes with a PayPal payment gateway.
To install the project, please run the following command:
npm install
To install the undeployed version, please go into the client and server directories and run the same command:
cd client
npm install
cd ../server
npm install
The main branch of the project has a deployed server. To start the app, please run the following commands:
cd client
npm start
cd ../server
nodemon
To access the app, please visit http://localhost:3000
.
The app uses MongoDB for the database. To connect to the database, please add the connection string to the .env
file in the server directory.
This project was created by Gursimar, Jason, and Patrick as part of a college team project.