Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanengineer/create-social-media-app-rest-api-with-nodejs-postgresql


https://github.com/sanengineer/create-social-media-app-rest-api-with-nodejs-postgresql

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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:
```js
npm install
```

Set environment (vars):
```sh
cp .env.example .env
```

Start server:
```sh
# Start server
npm start

# Dev mode
npm run dev
```

### API Documentation
check on this [link](https://sosmetend.herokuapp.com/api-docs)

##### Deployment

## Logging

#### API logging

#### Error logging