Giter VIP home page Giter VIP logo

church-songs's Introduction

Church Songs

Simple church song tracking tool.

Features

  • View list of song books
  • View list of songs in a book
  • Search list of all songs
  • Manage lists of songs
  • Manage favourite songs
  • Authentication and account management

Stack

Development

VS Code

VS Code has been configured to automatically open a set of terminals with the command Terminals: Run. This will open a root directory, as well as server and web subfolders and processes (5 in total).

NOTE: Could investigate opening specific server/web directories based on env variables (will require standard commands)...

Todos

  • Share ESLint (as base) and Prettier config between projects

Caveats

Fix ESM in LowDB

lowdb is built solely with support for ESM; however, converting the project runs into other issues. Instead, an approach was suggested in GitHub for supporting CommonJS. While it was not merged, it still does work as expected.

Database Dependency

Due to the way the database seeding relies on model stubs found in the individual modules, module index files must be very careful to properly order dependencies!

export { Song, stubSongBook } from "./song.model";
export { songRoutes } from "./song.routes";

church-songs's People

Contributors

kendallroth avatar

Watchers

James Cloos avatar  avatar  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.