Skip to content

Jorgensonnj/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

A personal project written in rust. API uses the actix web framework and a sensible folder structure to separate front-end and back-end activities.

Although this project is a monorepo its structure is such that teams can asynchronously work in their respective domains and modules without conflicts arising.

Getting Started

To get the application up and running follow these simple example steps.

Prerequisites

Install dependencies using the following methods.

  • Cargo
  • Optional: Postgresql database

Installation

  1. Clone the repo
    git clone [email protected]:Jorgensonnj/api.git
  2. Install cargo
    sudo pacman -S cargo
    or
    sudo apt-get install cargo
  3. Compile application
    cd /path/to/api && cargo run

Usage

Once application is running, test functionality

  • Check application's health
    curl "http://localhost:8080/status"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published