Personal calendar manager https://cal.maronato.dev
Go to file
Peter Crosthwaite d9565b80c0 Added an example environment file for new users to use
Updated the README with some additional info to help get new users up and going.
2021-04-13 21:16:18 +10:00
components Update profile dropdown links 2021-04-09 16:49:02 +01:00
lib Standardise semicolons 2021-04-11 18:12:18 +01:00
pages Fix login spacing issue 2021-04-11 22:02:10 +01:00
prisma Add base admin interface 2021-03-24 15:03:04 +00:00
public Add base admin interface 2021-03-24 15:03:04 +00:00
styles Add booking flow 2021-03-22 13:48:48 +00:00
.env.example Added an example environment file for new users to use 2021-04-13 21:16:18 +10:00
.gitignore Add booking flow 2021-03-22 13:48:48 +00:00
LICENSE Add booking flow 2021-03-22 13:48:48 +00:00
next-env.d.ts Add booking flow 2021-03-22 13:48:48 +00:00
next.config.js Set Next.js to ignore TypeScript errors 2021-04-07 21:05:23 +01:00
package.json Add base admin interface 2021-03-24 15:03:04 +00:00
postcss.config.js Add booking flow 2021-03-22 13:48:48 +00:00
README.md Added an example environment file for new users to use 2021-04-13 21:16:18 +10:00
tailwind.config.js Add booking flow 2021-03-22 13:48:48 +00:00
tsconfig.json Add booking flow 2021-03-22 13:48:48 +00:00
yarn.lock Add base admin interface 2021-03-24 15:03:04 +00:00

Logo

Calendso

The open-source Calendly alternative.
Learn more »

Slack · Website · Issues

About The Project

Calendso Screenshot

Let's face it: Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes and even calls with our families. However, most tools are very limited in terms of control and customisations. That's where Calendso comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data. Calendso is to Calendly what GitLab is to GitHub.

Built With

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run Calendso.

  • Node.js
  • PostgreSQL
  • Yarn (recommended)

Development Setup

  1. Clone the repo
    git clone https://github.com/calendso/calendso.git
    
  2. Install packages with yarn
    yarn install
    
  3. Copy .env.example to .env
  4. Configure environment variables in the .env file. Replace <user>, <pass>, <db-host>, <db-port> with their applicable values
    DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>'
    GOOGLE_API_CREDENTIALS='secret'
    
  5. Set up the database using the Prisma schema
    npx prisma db push --preview-feature
    
  6. Run (in development mode)
    yarn dev
    
  7. Open the prisma schema with Prisma Studio
  8. Click on the user model to allow add a new user record.
  9. Fill out the fields remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/) and click Save 1 Record to create your first user.
  10. Open a browser to http://localhost:3000 and login with your first user.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Special thanks to these amazing projects which help power Calendso: