Skip to content

itcodehery/games_rust_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Testing Rocket.rs to build a Backend Server

Topics

Resources

Stars

Watchers

Forks