FreedomWriter / essentialism-backend

A RESTful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

To get the server running locally:

  • Clone this repo
  • npm install to install all required dependencies
  • npm server to start the local server
  • npm test to start server using testing environment

Framework

  • NodeJS
  • Express
  • Knex
  • Jest
  • Supertest
  • Jsonwebtoken
  • Bcryptjs

Endpoints

Documentation

Run in Postman

About

A RESTful API

License:MIT License


Languages

Language:JavaScript 100.0%