Skip to content

ntjandra/cse115a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse115a

travis build

First run

Make sure that you have node.js installed on your computer. Go to rentmyjunk/ and run npm install. It should generate node_modules directory. Run:

  • npm install js-cookie. This is crucial for tracking login status.
  • npm install react-bootstrap bootstrap. This is for formatting the website
  • npm install firebase react-firebase-file-uploader. This is for managing the users' images

Run the website

  • Make sure to fill rentmyjunk/src/firebase-config.js with your Firebase storage credentials.
  • Go to rmj_oss/ and run once pip install -r requirements.txt. Then you can run python3 server.py.
  • Go to rentmyjunk/ and run npm start