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.
Aaron James Young 006a6fa7b4 Merge branch 'master' of ssh://138.68.221.232:22/root/repos/jbarj-api 1 year ago
config reports 4 years ago
db Merge branch 'master' of ssh://138.68.221.232:22/root/repos/jbarj-api 1 year ago
routes Fix issue 3 years ago
.gitignore import updates 3 years ago
README.md Basic routing 5 years ago
index.js Finalize uploading stuff 4 years ago
package-lock.json reports 4 years ago
package.json Updates 4 years ago

README.md

jbarj-api

Project Setup

npm install

Start server for development

npm run dev

Watches .js files for prettier, run during dev

npm run prettier-watch