Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanengineer/create-social-media-app-rest-api-with-nodejs-postgresql
- Owner: sanengineer
- Created: 2021-01-31T18:42:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T18:43:34.000Z (about 4 years ago)
- Last Synced: 2024-11-11T23:26:41.045Z (3 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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