freeCodeCamp/api-server/server
Bouncey 0f73fdbd9c fix(update$): Remove User.update$, refactor to use native loopback interfaces 2018-11-16 04:09:16 +05:30
..
boot fix(update$): Remove User.update$, refactor to use native loopback interfaces 2018-11-16 04:09:16 +05:30
manifests chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middlewares fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30
models chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
resources chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
rss chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
services chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
utils fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30
views chore(redirects): Migrate redirects and clean up server views 2018-09-06 16:58:05 +01:00
README.md chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
component-passport.js fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30
config.development.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.json chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.local.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
config.production.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
datasources.development.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
datasources.json fix(update$): Remove User.update$, refactor to use native loopback interfaces 2018-11-16 04:09:16 +05:30
datasources.production.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
debug-entry.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
middleware.json fix(dev): Remove jade middleware (#18437) 2018-10-12 06:49:20 -06:00
model-config.json chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
passport-providers.js fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30
production-start.js chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
server.js fix(auth): Fix auth flow for the client app 2018-10-24 18:27:34 +05:30

README.md

Everything to do with the server.

One file that is not tracked here is rev-manifest.json. It is generated at runtime and its contents change as the contents of client side files change.