condini-mastheus / bootcamp-nodejs-desafio-04

An appointment system to develop skills using AdonisJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adonis calendar api

Calendar api with user management

Users api

POST - /users - Creates a new user Params:

{
	"name": "" // User name - required,
	"email": "" // User email - required, must be an email and unique in database,
	"password": "" // User password - required,
	"password_confirmation": "" // User password confirmation - required and must the same as password
}

About

An appointment system to develop skills using AdonisJs


Languages

Language:JavaScript 100.0%