Giter Site home page Giter Site logo

cmd-users / run1back Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 264 KB

Backend for the first run of our training for Hackathon 2023

License: MIT License

Rust 44.35% HTML 28.09% CSS 27.56%
hackathon hackathon-2023 hackathon-project rocket rust rust-lang rust-rocket web webapp

run1back's Introduction

run1back

Backend for the first run of our training for Hackathon 2023.

Requirements

  • Rust (nightly)
  • Docker
  • docker-compose

Setup

    1. This project requires the nightly version of Rust. If it's not installed on your system yet, you can run this command to install it:
rustup toolchain install nightly
    1. While inside the project directory, run the following command to use the nightly version of Rust for the project:
rustup override set nightly
    1. Install the diesel_cli
cargo install diesel_cli --no-default-features --features postgres

Run

    1. While Docker is running Run the postgres database with docker-compose
docker-compose up -d postgres
    1. Run migrations to update the database
DATABASE_URL=postgres://rocket:rocket@localhost:5432/rocket diesel migration run
    1. Start the server
cargo run

run1back's People

Contributors

caio-sousafatec avatar paulo-granthon avatar

Stargazers

 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.