An open API service indexing awesome lists of open source software.

https://github.com/internet-development/www-users-garden

https://users.garden
https://github.com/internet-development/www-users-garden

Last synced: 8 months ago
JSON representation

https://users.garden

Awesome Lists containing this project

README

          

# Users Garden

- Manage your own account
- Manage your credits
- Manage your organization
- Let your users manage themselves
- See who is signing up for your applications
- Customize your verification e-mail

### Setup (MacOS)

Start by cloning the repository.

Then run the server

```sh
npm install
npm run dev
```

Go to `http://localhost:10000` in your browser of choice.

Enjoy! The template uses `10000` as our `port` for more compatibility with [Render.com](https://render.com)

### Scripts (Optional)

If you need to run node script without running the server, use this example to get started

```sh
npm run script example
```

### Contact

If you have questions ping me on Twitter, [@wwwjim](https://www.twitter.com/wwwjim). Or you can ping [@internetxstudio](https://x.com/internetxstudio).