Giter Site home page Giter Site logo

winnekes / sturmglas Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 20.44 MB

sturmglas. Don't weather your emotions alone.

Home Page: https://sturmglas.com

License: MIT License

TypeScript 92.50% JavaScript 0.19% Shell 0.58% SCSS 0.57% C++ 6.16%
nextjs graphql supabase postgresql typeorm chakra-ui

sturmglas's Introduction

sturmglas

Track your mental weather with the help of a Companion. An open-source project.

Getting started

Requirements

  • Nodejs > 12
  • Docker and Docker Compose

Environment variables

Use the following command to create a copy of the .env.example:

cp .env.example .env.local

Start dev enviroment

npm run dev:start-services # This will initialise a Postgres instance
npm run dev # Start the Next.js server
npm run graphql:generate # Start the graphql-codegen in watch mode, necessary when making changes to queries and mutations

Directory structure

├── app                          # Frontend logic
│   ├── components               # All components used in /pages are here, sorted by domain
│   │   ├── companion
│   │   ├── generic
│   │   ├── insights
│   │   ├── landing
│   │   ├── mood
│   │   ├── navigation
│   │   └── tutorial
│   ├── hooks
│   ├── queries
│   ├── styles
│   ├── types
│   └── utils
├── iot                          # For the hardware, 3d models and companion code
│   ├── companion
│   │   └── src
│   └── models
├── pages
│   └── api                      # Auth0 and GraphQL endpoint
│       └── auth           
├── public
│
└── server                       # All server logic, sorted by domains
    ├── domains
    │   ├── fitness
    │   │   └── graphql
    │   ├── mood
    │   │   ├── entities
    │   │   └── graphql
    │   ├── statistics
    │   │   └── graphql
    │   ├── tags
    │   │   ├── entities
    │   │   └── graphql
    │   └── user
    │       ├── entities
    │       └── graphql
    └── utils

Contributing

sturmglas's People

Contributors

winnekes avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

eunbeelee

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.