Skip to content

dev-davexoyinbo/rust_jwt_authentication

Repository files navigation

Todo CRUD API

GitHub GitHub issues

This is a simple todo API written in rust.

Table of Contents

Features

TASKS STATUS
Create database models ✅ Completed
Define endpoints ✅ Completed
Create tests for endpoints ✅ Completed
Implement endpoints ✅ Completed

API Documentation

This is the api docs


Running with docker

If you have docker installed you can run

docker compose up

Installation

cargo install

Tests

cargo test

Running the project

NOTE: If using this method you would need to update the .env file to match your environment's database

cargo run

License

This project is licensed under the MIT License.

Acknowledgments


This project was developed using the following

  • Rust programming language
  • Actix web framework
  • chrono
  • argon2
  • serde

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published