Skip to content

valentinewabwire/retrofitAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

retrofitAPI

Communication between localhost and mobile app.

USE this SQL on DB:

CREATE TABLE users
( id int NOT NULL AUTO_INCREMENT, email varchar(200) NOT NULL, password text NOT NULL, name varchar(500) NOT NULL, school varchar(1000) NOT NULL, CONSTRAINT users_pk PRIMARY KEY (id) );

About

Communication between localhost and mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published