GYM PR's is a web application that resembles a social media like website. Users have a home page to scroll through all PR postings, or they can view there profile for just personal posts.
- Node.js (v18.0 or later recommeneded)
- npm (usually comes bundled with Node.js)
- In terminal, navigate to projects main directory
cd [project-directory] - Install dependencies in project directory
npm install
- In terminal, navigate to projects main directory
cd [project-directory] - Start server with node
node .\server.js
- When server is running, go the the link: http://localhost:3000/home
- To stop server:
Ctrl + Cin terminal where server is running Admin login for testing:
User: Admin
Password: 1234
- HTML/CSS
- JavaScript
- Node.js
- SQL / sqlite3