Skip to content

seun-ja/csv-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CSV Creator App & Downloader

The app uses Actix as its web server and Postgres database, in this instance, we're utilizing sqlx.

Few enviromental variables (ie .env) are needed to get started inlcuding:

DB_USERNAME=username
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432
DB_NAME=csv
MEMBERS_CSV_PATH="./members.csv"

To run the code

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages