Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksoni07/quikchat_server
https://github.com/aksoni07/quikchat_server
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aksoni07/quikchat_server
- Owner: Aksoni07
- Created: 2024-09-13T21:45:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:18:50.000Z (5 months ago)
- Last Synced: 2024-09-14T12:32:13.786Z (5 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```#-------------------------------