Skip to content

jerrynandak/P2P_Books

 
 

Repository files navigation

P2P_Books

Pre-requisites: npm, PostgreSQL

Setup:

  • In the SQL_Files folder, open a psql shell, and after logging in, execute the command: \i sql_exec.sql
  • In the Server_files folder, create a file named ".env" and fill it with the contents as specified in DB_files/index.js
  • Then open a terminal, and execute the command: npm install
  • Finally to start the back end server, execute: npm run nmon
  • In the react_files folder, open a terminal, and execute the command: npm install
  • Then to start the React app, execute: npm start

About

Book Sharing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • PLpgSQL 4.2%
  • HTML 1.3%
  • CSS 0.9%