fa2345759f6727a6670ed07b4c12da6ebaaaffd2
All checks were successful
continuous-integration/drone Build is passing
noded/backend
Requirements to develop
- Node.js 14.x
- MongoDB 4.x
- Yarn package manager (version 1.x)
Setting up develop
- Clone this repo
- Run
yarn install - Copy
example.envto.env - Edit
.env- Change
LOGGING_LEVELto7 - Change database information, if necessary
- Change
ENVIRONMENTtodevelopment - Change
UPLOAD_DEFAULT_STOREtoflitter- You can leave this as
s3if you specify an S3-compatible API and credentials.
- You can leave this as
- Change
- Make sure Flitter can start using
./flitter test
Basics
- Run
node index.jsto start the main server.- I like to use
nodemonto auto-reload when files change.
- I like to use
- To access the shell for debugging & testing, run:
node --experimental-repl-await flitter shell
Description
Languages
JavaScript
91.3%
Pug
3.7%
HTML
2.4%
CSS
2.1%
Shell
0.4%