MCPcopy Index your code
hub / github.com/SoftwareEngineeringDaily/software-engineering-daily-api

github.com/SoftwareEngineeringDaily/software-engineering-daily-api @v1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3 ↗ · + Follow
119 symbols 310 edges 74 files 54 documented · 45%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

logo

Build Status

SEDaily-API

The backend services and API for the Software Engineering Daily Android, iOS, and web front end.

Set up (local)

*More details here...

  • Install and run a local redis client
  • Install and run a local mongo client
  • cp .env.local_example .env
  • npm install or yarn install
  • npm start or yarn start
  • check package.json for other builds
  • use curl or Postman to make requests
  • view swagger api docs at HOST/api/docs

Using Docker

  • cp .env.docker_example .env
  • Run docker-compose up
  • If dependencies are updated in package.json, run docker-compose down and then docker-compose up --build. This will remove the old container and rebuild the API image which installs the new dependencies.

Core symbols most depended-on inside this repo

transferField
called by 6
server/middleware/transferField.js
transform
called by 5
server/helpers/job.helper.js
sendError
called by 3
server/helpers/events.helper.js
replaceWithAdFree
called by 2
server/helpers/post.helper.js
getAdFreePostsIfSubscribed
called by 2
server/helpers/post.helper.js
signS3
called by 2
server/helpers/s3.js
getStripePlanId
called by 1
server/controllers/subscription.controller.js
cbSuccess
called by 1
server/controllers/auth.controller.js

Shape

Function 113
Class 4
Method 2

Languages

TypeScript100%

Modules by API surface

server/models/comment.model.js8 symbols
server/controllers/vote.controller.js8 symbols
server/controllers/user.controller.js8 symbols
server/controllers/auth.controller.js8 symbols
server/helpers/APIError.js6 symbols
server/controllers/post.controller.js6 symbols
server/controllers/forum.controller.js6 symbols
server/controllers/comment.controller.js5 symbols
server/controllers/bookmark.controller.js5 symbols
server/models/vote.model.js4 symbols
server/models/forumThread.model.js4 symbols
server/controllers/subscription.controller.js4 symbols

Datastores touched

CommentCollection · 1 repos
CompanyCollection · 1 repos
FavoriteCollection · 1 repos
FeedCollection · 1 repos
ForumThreadCollection · 1 repos
JobCollection · 1 repos
ListenedCollection · 1 repos
PasswordResetCollection · 1 repos

For agents

$ claude mcp add software-engineering-daily-api \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact