git clone https://github.com/4lessandrodev/Neode-NestJS.git
cd Neode-NestJS
yarn install
docker-compose up -d
open browser on http://localhost:7474
user: neo4j
password: neo4j
create a .env file on project root. follow .env.example
yarn start:dev
POST - Create a new user http://localhost:3000/v1/users
{
"name": "User 1",
"email": "user1@mail.com",
"password": "123456",
"avatar": "http://aws.s3/bucket/SG.21356-IOAS5-00/image1.jpeg"
}
GET - List all users http://localhost:3000/v1/users
I'm waiting for acceptance of pull request # 151 to resolve the schema indexed error.