- install Ruby (atleast v2.0)
- install Rails (v5 or latest)
- run command below
$ bundle install
$ rails db:migrade
$ rails server
- the application will be run on port 3000
body: {
"username": username,
"name": name,
"password": password,
"password_confirmation": password,
"email": email,
}
request:
body: {
"email": email,
"password": password,
}
header: {
"Authorization": _token_
}