Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 2.85 KB

README.md

File metadata and controls

83 lines (52 loc) · 2.85 KB

Buin Buuz

An online application that allows users to upload original articles and pictures while having the basic functionalities of a social media. The tags and contents the user generated can create a welcoming space for students with common interests at UCLA.

This project was bootstrapped with Create React App.

To Set Up

  • First, clone this repository.

    run the command below:

    git clone https://github.com/Jeremy10969/BruinBuuz.git
    
  • Start the backend server.

    run the commands below:

    cd BruinBuuz/backend
    npm install
    npm start
    
  • Open a new Terminal and start the project.

    run the commands below:

    cd BruinBuuz/frontend/user
    npm install
    npm start
    

Welcome to Bruin Buuz!

Contributors

Xiaoxian Shen (xhshen@g.ucla.edu)
Ruijie Xia (ruijie@g.ucla.edu)
Jiarui Yu (aloebruin18@g.ucla.edu)
Xinyuan Zhu (jeremy903162@g.ucla.edu)
Yanjianan Zhu (jordanzhuyan@g.ucla.edu)

Reference

For backend structure:
https://www.youtube.com/watch?v=SQqSMDIzhaE
https://www.youtube.com/watch?v=xVeE737QPy4

For frontend design:
https://mui.com/
https://materializecss.com/

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify