Skip to content

subhojit777/questionnaire-backend

Repository files navigation

Questionnaire

A real time crowd survey application.

This repository makes the backend of the application. It provides REST API endpoints which you can access via any REST client.

Preqrequisites

Installation

git clone https://github.com/subhojit777/questionnaire-rs.git
cd questionnaire-rs
cp .env.example .env
# Replace the values in .env as necessary
cargo install diesel_cli
diesel migration run
cargo build

Start the server

cargo run

About

Real-time crowd survey application (Back-end)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published