Skip to content

Hanoon02/Shoppr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoppr

Full stack online shopping website for Fundamentals of Database Systems (CSE202)

Tech Stack

ReactJS, TailwindCSS, NodeJS, ExpressJS, MySQL

Installation

  1. Clone the repo
    git clone
  2. Install NPM packages
  3. Create a .env file in the root directory and add the following
    DB_HOST=localhost
    DB_USER=root
    DB_PASS=yourpassword
    DB_NAME=shoppr
  4. Create a database named shoppr in MySQL
  5. Import the shoppr.sql file in the database
  6. Run the following commands
    npm install
    npm start
  7. Open localhost:3000 in your browser
  8. Enjoy!

About

Full stack online shopping website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published