Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ ecommerce-api Public archive

Tiny E-commerce RESTful API written on Rust

Notifications You must be signed in to change notification settings

ModPhoenix/ecommerce-api

Repository files navigation

E-commerce API

Tiny E-commerce RESTful API.

Getting Started

Setup environment

git clone https://github.com/ModPhoenix/ecommerce-api.git
cd ecommerce-api
docker-compose up
cp .env.example .env
sqlx database create
sqlx migrate run
cargo run

Run dev server

cargo run

or

cargo install cargo-watch
cargo watch -x run

About

Tiny E-commerce RESTful API written on Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published