Full stack online shopping website for Fundamentals of Database Systems (CSE202)
ReactJS, TailwindCSS, NodeJS, ExpressJS, MySQL
- Clone the repo
git clone
- Install NPM packages
- Create a .env file in the root directory and add the following
DB_HOST=localhost DB_USER=root DB_PASS=yourpassword DB_NAME=shoppr
- Create a database named shoppr in MySQL
- Import the shoppr.sql file in the database
- Run the following commands
npm install npm start
- Open localhost:3000 in your browser
- Enjoy!