Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
j d49569e349 :gear: altering response_key schema | :pencil: outlined backend object use il y a 4 ans
backend :gear: altering response_key schema | :pencil: outlined backend object use il y a 4 ans
docs :gear: altering response_key schema | :pencil: outlined backend object use il y a 4 ans
frontend :gear: altering response_key schema | :pencil: outlined backend object use il y a 4 ans
public :tada: first commit il y a 5 ans
.gitignore :sparkles: added testing via ava with coverage via nyc il y a 5 ans
README.md :pencil: typo README.md il y a 5 ans
docker-compose.yml :pencil: backend | updated README | using env variables il y a 5 ans

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