Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 477 Bytes

Personal Multi-Page-Website with client server separation using a REST API for Christopher Scholz build with Rocket.

  • Using React, ReactRouter to create the different pages
  • REST API via Rocket (including CORS Headers)

The app can be run locally or via docker.

For the local setup run

  • server
    cd server
    cargo run
    
  • client
    cd client
    npm start
    

For the docker setup run

docker-compose up