garrettmills 3d0273fde9
All checks were successful
continuous-integration/drone/push Build is passing
Add development info to README
2021-08-30 16:08:27 -05:00
2020-02-07 19:50:10 -06:00
2020-02-07 19:50:10 -06:00
2020-02-09 04:37:21 -06:00
2020-02-07 20:56:24 -06:00
2020-02-07 19:50:10 -06:00
2020-02-07 19:50:10 -06:00
2021-08-30 16:08:27 -05:00
2020-02-07 19:50:10 -06:00
2020-02-07 19:50:10 -06:00
2020-02-07 19:50:10 -06:00
2020-02-07 19:50:10 -06:00
2021-04-23 11:00:14 -05:00
2021-08-30 16:08:27 -05:00
tag
2021-03-04 11:38:09 -06:00
2021-04-23 11:00:14 -05:00

noded/backend

Requirements to develop

  • Node.js 14.x
  • MongoDB 4.x

Setting up develop

  • Clone this repo
  • Copy example.env to .env
  • Edit .env
    • Change LOGGING_LEVEL to 7
    • Change database information, if necessary
    • Change ENVIRONMENT to development
    • Change UPLOAD_DEFAULT_STORE to flitter
      • You can leave this as s3 if you specify an S3-compatible API and credentials.
  • Make sure Flitter can start using ./flitter test

Basics

  • Run node index.js to start the main server.
    • I like to use nodemon to auto-reload when files change.
  • To access the shell for debugging & testing, run:
    • node --experimental-repl-await flitter shell
Description
No description provided
Readme 5.8 MiB
Languages
JavaScript 91.3%
Pug 3.7%
HTML 2.4%
CSS 2.1%
Shell 0.4%