You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
j 9ae6c671e1 :recycle: reformatting everything 4 lat temu
backend :recycle: breaking functions out of generator 4 lat temu
docs :recycle: added missing files; whoops | using grouping schema to validate incoming membership records 4 lat temu
frontend :recycle: reformatting everything 4 lat temu
public :tada: first commit 5 lat temu
.gitignore :recycle: complete refactor of data generator | generate data in batches, and insert one file at a time 4 lat temu
README.md :pencil: typo README.md 5 lat temu
docker-compose.yml :pencil: backend | updated README | using env variables 5 lat temu

README.md

:fist: SIIMEE

Almost everything you need to develop.

:wrench: Tooling

Node.js and npm

We use javascript here. .eslintrc and .prettierrc configs are provided to help make your code nice to read.

Docker and docker-compose

Docker manages packaging for development and testing, environment variable things, and not much else.

git

We use git for source control but you knew that already.

:pencil: Full Documentation

See ./docs

:battery: Installation & Getting Started

  1. Navigate to the ./backend directory and run npm install to install backend dependencies
  2. Copy the server environmental variables sample file from ./server/.env.sample and remane it to ./server/.env
  3. Start the minimal docker-compose file provided to bootstrap a development database using the command docker-compose --env-file ./server/.env up -d
  4. Create tables and populate the database with some test data using npm run migrate and npm run seed from the ./backend directory
  5. Start the backend using npm run start
  6. Navigate to the ./frontend directory and run npm install
  7. Start the frontend development server with npm run dev
  8. User a web browser to check http://localhost:3000

:ship: CI/CD

TBD

:satellite: Technology

Frontend

See ./frontend/README.md

Backend

See ./backend/README.md

Database

Designed around MariaDB hosted by: PlanetScale

:scroll: License

UNLICENSED