MCPcopy Index your code
hub / github.com/developit/express-es6-rest-api

github.com/developit/express-es6-rest-api @0.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.2.0 ↗ · + Follow
7 symbols 14 edges 8 files 6 documented · 86%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Express & ES6 REST API Boilerplate

This is a straightforward boilerplate for building REST APIs with ES6 and Express.

Tip: If you are using Mongoose, you can automatically expose your Models as REST resources using mongoose-resource.

Getting Started

# clone it
git clone git@github.com:developit/express-es6-rest-api.git
cd express-es6-rest-api

# Make it your own
rm -rf .git && git init && npm init

# Run it
PORT=8080 npm start

# With nodemon:
PORT=8080 nodemon

License

MIT

Core symbols most depended-on inside this repo

toRes
called by 0
server/lib/util.js
load
called by 0
server/api/facets.js
index
called by 0
server/api/facets.js
create
called by 0
server/api/facets.js
read
called by 0
server/api/facets.js
update
called by 0
server/api/facets.js
delete
called by 0
server/api/facets.js

Shape

Function 7

Languages

TypeScript100%

Modules by API surface

server/api/facets.js6 symbols
server/lib/util.js1 symbols

For agents

$ claude mcp add express-es6-rest-api \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact