Skip to content

A web application to help students find projects in school that can help them build skills needed for the professional world.

Notifications You must be signed in to change notification settings

clairelin23/ExPeerience

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExPeerience

How To Run

  1. cd backend

  2. npm install

  3. cd ../client

  4. npm install

  5. cd ..

  6. npm install

  7. npm start

Frontend Routes Setup

  • Place your webpages here:

      /client/src/webpages/
    
  • Set up all routes here:

      /client/routes/routes.js
    
  • Place any routes that you want visible in the navigation bar here:

      /client/src/App.js
    
  • While on a webpage, if you want to jump to another webpage, use:

      props.history.push("routeName")
    

Backend Routes Setup

  • Place data models here:

      /backend/models/
    
  • Set up all routes here:

      /backend/routes/
    
  • Access routes in the frontend by using axios. You can find axios examples in:

      /client/src/webpages/
    

About

A web application to help students find projects in school that can help them build skills needed for the professional world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • CSS 4.9%
  • HTML 1.6%