Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 778 Bytes

File metadata and controls

34 lines (17 loc) · 778 Bytes

COMP0067 App Engineering Website

Using React & NodeJS, the website showcases past student projects, and allows users to signup/login and send proposals. The admin can manage projects and proposals in the admin panel.

🚀 About Me

MSc Computer Science student at UCL, with linguistics and business background. Enjoys developing with frontend and backend tools.

Acknowledgements

Running Tests

To run tests, run the following command

  cd server   # change directory to server
  npm i       # install packages
  npm start   # start server

  cd client   # change directory to client
  npm i       # install packages
  npm start   # start React App