GithubHelp home page GithubHelp logo

jimmy-guzman / ahorita Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.49 MB

Another task management application built for the sake of playing with new technologies

JavaScript 0.10% TypeScript 99.52% HTML 0.33% CSS 0.05%
bun drizzle-orm elysiajs vite tailwindcss turborepo typescript biomejs sqlite turso

ahorita's Introduction

ahorita

Another task management application built for the sake of playing with new technologies.

๐Ÿฃ Technologies

Tooling

Frontend

Backend

๐Ÿ Getting Started

This project uses bun so please install it to get started. You can do so, by running the following:

curl -fsSL https://bun.sh/install | bash

or if you have already have it installed you can update, by running the following:

bun upgrade

Then you can finally install dependencies, by running the following:

bun install

And to download new browsers for Playwright, run the following command:

bunx playwright install

Turso is being used as the SQLite Database, which requires the CLI to be installed:

brew install tursodatabase/tap/turso

Then you can either login or signup:

turso auth login
turso auth signup

Then you can start creating databases, for example:

turso db create ahorita
turso db create ahorita-dev --from-db ahorita

You can generate a TURSO_AUTH_TOKEN, by running the following:

turso db tokens create ahorita-dev

You can get the DATABASE_URL, by running the following:

turso db show ahorita-dev --url

Then setup environment variables, by running the following:

cp .env.example .env

Then to push your schema changes directly to the database, by running the following:

bun --filter @ahorita/backend db:push

Then you start running things, by running the following:

bun dev

ahorita's People

Contributors

jimmy-guzman avatar turbobot-temp avatar

Stargazers

Vince Fulco--Bighire.tools avatar

Watchers

 avatar

ahorita's Issues

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.