Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aksoni07/quikchat_server


https://github.com/aksoni07/quikchat_server

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Social Media API for QuikCaht App

> Backend API for a Social Media application.

## Usage

Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own

## Install Dependencies

```bash
npm install
```

## Run App

```bash
# Run with
nodemon server.js
```

#-------------------------------