lyskos97 / notebook-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notebook API

Simple Node.JS API with minimalistic CRUD functionality.

Includes

  • Express RESTful API
  • Express GraphQL API

Featuring

  • MongoDB/Mongoose
  • Typescript
  • JWT for authentication
  • GraphQL Tools

Running

First of all set the environment variable MONGO_URI to point to your DB.

npm run dev

# or

yarn dev

License

MIT

About


Languages

Language:TypeScript 100.0%