/api.rs

Primary LanguageRust

api.rs

Sample rust API Project using , rocket, diesel with postgreSQL and more, please check cargo.toml

  1. Add database connection to environment run command

echo DATABASE_URL=postgres://postgres:Asdf1234@localhost/apidb > .env