Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce server written in Rust

Purpose of this project is to create a full-fledged E-commerce server with Rust using Rocket framework.

After completing the Rust book, it seems a logical step to create a real-world example. since I've already created E-commerce server multiple time with NodeJS, it seems to be the right choice to do the same with Rust 😅

Local Machine Setup

//TODO

  1. Clone the repository
  2. Make sure you have latest stable version of rust installed on your machine. After installing rust, check your rust compiler version with rustc --version. I'm using version 1.72.0
  3. Go to current reposity
  4. run cargo build
  5. run cargo run
  6. Server should be started at http://127.0.0.1:8000
  7. To run the server in watch mode so you don't have to run cargo run after file change, first install

cargo install cargo-watch `` then run

cargo watch -x run

Design Decisions

Important Nodes

Todos

  • [] Read about the Async Programming in Rust

About

Simple E-commerce server written in Rust (For learning purpose)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages