koa-crud-backend

Backend implementation of REST api with Node.js, Koa.js, MongoDB and Jest Tests

Stars
64

Koa JS CRUD Backend Implementation

Backend implementation using koa js to build a REST API.

run

  • run yarn to install dependencies

  • create a new file .env and fill it with the .env.example content

  • yarn start

see the api on http://localhost:6000

pipeline

MongoDB

  • create connection with MongoDB
  • create user model

APIs

Auth Flow

  • login
  • validate user token
  • sign up

follow me

Twitter Twitch

Related Projects