Skip to content

JT-Banks/CSC4330ProjectGroup1

Repository files navigation

CSC4330ProjectGroup1

React application to provide the following features:

  • Login page
  • Profile page
  • Register page
  • Product page (to be implemented)
  • Shopping cart (to be implemented)
  • Cookies (Session token)
  • Logout functionality

Steps to run locally:

Make sure you have the following applications installed and configured:

  1. Clone Repo
  2. In a terminal, in the parent directory of the application: npm install
  3. Utilize the script located in the Database folder, simply copy and paste or load the script and run it to load the database.
  4. Once installation is finished: npm start
  5. In select browser: localhost:5005
  6. .env file configuration: Database info, such as password, host, jwt cookie configs(this is meant to be private, up to you really)
    Here's an example:
    image

Database setup:

  1. Once Xampp or Mamp is installed, navigate to http://localhost/phpmyadmin/index.php
  2. Click new -> Create database, name it columbus_marketplace
  3. Create database, then load the provided script in Database folder

Tech stack:

  • Xampp (MySQL, and Apache)
  • Handle-bars
  • React
  • Express
  • Cookie Parser
  • dotenv

About

CSC 4330 Group 1 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published