Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 620 Bytes

File metadata and controls

17 lines (10 loc) · 620 Bytes

Rocket.rs Games Dataset Server

This is a test project to demonstrate the use of the Rocket.rs web framework for Rust to create a simple web server that serves a dataset of games.

Dataset

The dataset used in this project is a CSV file containing information about games. The dataset is located in the games_backend/dataset/games_dataset directory.

Running the project

To run the project, you will need to have Rust and Cargo installed.

  1. Clone the repository.
  2. Navigate to the games_backend directory.
  3. Run cargo run to start the server.

The server will be available at http://127.0.0.1:8000.