Skip to content

Reflectify allows you to easily track your moods and also provides a place to keep a journal of your thoughts

Notifications You must be signed in to change notification settings

brendan-sadlier/reflectify

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Reflectify

All Your Thoughts, All in One Place.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

Next React ShadcnUI Supabase Prisma Kinde

(back to top)

Getting Started

Prerequisites

npm

npm install npm@latest -g

Supabase Account

  1. Go to Supabase and create an account
  2. Create a new project
  3. Navigate to the project settings and copy the DATABASE_URL and DIRECT_URL

Kinde Account

  1. Go to Kinde and create an account
  2. Create a new project
  3. Navigate to the project settings and copy the CLIENT_ID, CLIENT_SECRET, and ISSUER_URL, SITE_URL, POST_LOGOUT_REDIRECT_URL, POST_LOGIN_REDIRECT_URL

Installation

  1. Clone the repo
     git clone https://github.com/brendan-sadlier/reflectify.git
  2. Install NPM packages
     npm install
  3. Create a .env file in the root directory and add the following:
     # Kinde Authentication
     KINDE_CLIENT_ID=
     KINDE_CLIENT_SECRET=
     KINDE_ISSUER_URL=
    
     KINDE_SITE_URL=
     KINDE_POST_LOGOUT_REDIRECT_URL=
     KINDE_POST_LOGIN_REDIRECT_URL=
    
     # Supabase
     DATABASE_URL=
     DIRECT_URL=
  4. Start the project
     npm run dev
  5. Open your browser and navigate to http://localhost:3000/

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

Developers

Brendan Sadlier - LinkedIn - Email

(back to top)

About

Reflectify allows you to easily track your moods and also provides a place to keep a journal of your thoughts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published