SOSMET BACKEND API

Overview

This is a boilerplate application for building REST APIs in Node.js using Express. Intended for use with Postgres using Sequelize ORM.

Features

Getting Started

Install yarn:

npm install

Set environment (vars):

cp .env.example .env

Start server:

# Start server
npm start

# Dev mode
npm run dev

API Documentation

check on this link

Deployment

Logging

API logging

Error logging