Giter Club home page Giter Club logo

clarity's Introduction

Clarity

Your Not Local Brain for your Digital Classroom.

What is Clarity?

Clarity is a self host-able Dockerized application that allows you to create a digital classroom for your students.

Tech Stack

Clarity uses a very popular typescript stack known as Create T3 App.

It consists of the following technologies:

Getting Started

You can get started with Clarity locally by first cloning the repository:

git clone https://github.com/newtoallofthis123/clarity.git

Next, fill in the .env.sample file with your own values and rename it to .env.

DATABASE_URL="file:./db.sqlite"
NEXTAUTH_URL="http://0.0.0.0:3000"
EMAIL_SERVER="smtp://smtp.your-email.com"

Then, you can run the following command to start the development server:

npm i
npm run dev

This will perform all the database migrations using the prisma cli and start the development server.

Building to Production

The easier way to get started is to use the docker-compose file provided in the repository.

docker-compose up -d

This will create a production build of the application and start the server.

Contributing

If you would like to contribute to Clarity, please feel free to open a pull request or issue.

License

Clarity is licensed under the MIT License. More under LICENSE.

Made for Mark XXIV

clarity's People

Contributors

newtoallofthis123 avatar prudhvi-v-k avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.