Skip to content

CSCE315-Spring23/CSCE315_Project3_21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCE315_Project3_21

[Will format this later]

After first pulling

  1. in a terminal run the commands:
    cd server
    npm install
  2. in a SEPERATE terminal run the commands:
    cd client
    npm install

Running

  1. cd into server directory (if not already there)
  2. run the command: npm run dev
  3. in a seperate terminal, cd inside the client directory (if not already there)
  4. run the command: npm start

NOTE: This is like the same as before but the directory structure has changed to hold the react frontend. The server must be started before the frontend

ANOTHER IMPORTANT NOTE: The frontend is on localhost:3000 and the backend is on pern-project-3.onrender.com


Frontend Notes