Coder Social home page Coder Social logo

zero2prod's Introduction

Zero To Production In Rust

Requirements

  • rust
  • docker

Running locally

To initialize database locally:

./scripts/init_db.sh

To initialize redis locally:

./scripts/init_redis.sh

To build the project:

cargo build

To run the project:

cargo run

http://127.0.0.1:8000 should be up and running

Commands

When you want to see all logs coming out of a certain test case to debug it you can run:

TEST_LOG=true cargo test health_check_works | bunyan

To generate a new migration script:

sqlx migrate add create_subscription_tokens_table

To run docker zero2prod build:

docker build --tag zero2prod --file Dockerfile .

To run the container:

docker run -p 8000:8000 zero2prod

To run migrations locally:

SKIP_DOCKER=true ./scripts/init_db.sh

To scan for unused crates in Cargo:

cargo +nightly udeps

Notes

actix-web-flash-messages handles cookies automatically

zero2prod's People

Contributors

cadu0xcarbon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.