1. Install Docker on your workstation (see instructions). Make sure you’re on the latest version of docker-compose.

  2. Run the following commands in your terminal:

git clone https://github.com/poozlehq/poozle.git
cd poozle
docker-compose up -d
  1. Create user using the following commands
docker exec -ti poozle-server sh
yarn create-user
Password should contain alphanumeric and special characters

~$ yarn create-user
yarn run v1.22.19
$ ts-node prisma/seeds/user.ts
Server is healthy!
Enter email: manik@poozle.dev
Enter password: #######
Enter firstname: Manik
Enter lastname: Aggarwal
User created
Done in 24.05s.

You should get user created as shown above.

You can create more users by following step 3 again.
  1. You can now check poozle at http://localhost:8000

Connect your APIs

FAQ

If there are any questions that we couldn’t answer here, we’d love to help you get started. Join our Slack and feel free to ask your questions in the #support channel.