Skip to content

xhfmvls/c-buy

Repository files navigation

C-BUY: Decentralized Marketplace

Pre-requisites

  1. Familiarize with NPM
    Documentation

  2. Learn Node.js and Express.js
    Node.js Documentation
    Express.js Documentation

  3. Familiarize with MySQL
    Documentation

  4. Familiarize with Dependencies used
    Knex Documentation
    jsonwebtoken Documentation

Setup

  1. Set the .env file with credentials needed.
# Port of the Server
PORT = <PORT>

# Database Information
MYSQL_USER = <Default MySQL User>
MYSQL_PASSWORD = <MySQL Password>
MYSQL_DATABASE = <MySQL Database used>

# JWT Information
JWT_SECRET = <SECRET>
JWT_EXPIRES_IN = <JWT Expired Interval>
  1. Create MySQL Database
# login to MySQL User
# you may use root as the user
mysql -u <MySQL User> -p

# enter password on given prompt
Password: <MySQL Password>

# Create Database
CREATE DATABSE <MySQL Database Name>; 
  1. Run dependencies installation.
# install all dependencies used in the project
npm install
  1. Run the project for the first time.
# nodemon development start
npm run devstart

# deployment start
npm start

Contributors / Team Members

  • Vincent Pradipta (xhfmvls)
  • Daniel Steven Elba (Dr4b0t)

About

Decentralized Marketplace Project for PKM-KC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published