Skip to content

aeternam-13/debt_tracker_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debt_tracker_backend

Backend for debttracker

REGISTER

curl -X POST -H "Content-Type: application/json" -d '{"email": "ae@aeternam.com", "password": "password123"}' http://localhost:8080/api/register

curl -X POST -H "Content-Type: application/json" -d '{"email": "ae@aeternam.com", "password": "password123"}' http://localhost:8080/api/login
    sqlite3 debttracker.db
    
    #Displays the info of the table
    .schema users

    SELECT * FROM users;

About

Backend for debttracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages