Skip to content

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

License

Notifications You must be signed in to change notification settings

christopherscholz/rust_rest_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published