8000 GitHub - zachan-dev/pttinder: A University project done by my peers and I.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zachan-dev/pttinder

Repository files navigation

pttinder

A University project done by my peers and I.

Installation Guide

  1. Clone the repository
    git clone https://github.com/gTonelli/pttinder.git
  2. Install dependencies
    npm install
  3. Install mysql database https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/
  4. Create database
    mysql -u root -p
    CREATE DATABASE pettinder;
  5. Create a .env file, and write your environment's custom values to the file
    PORT=3000
    DB_HOST=localhost
    DB_USER=root
    DB_PASSWORD=your_password
    DB_DATABASE=pettinder
  6. Run the server
    npm start
  7. Visit the server at http://localhost:3000

About

A University project done by my peers and I.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0