Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekpenga9000/qlick-qlique-api
A user-friendly minimalist social media platform that emphasizes user control and meaningful connections.
https://github.com/ekpenga9000/qlick-qlique-api
expressjs jwt-authentication knexjs mysql2 nodejs oauth passportjs
Last synced: 5 days ago
JSON representation
A user-friendly minimalist social media platform that emphasizes user control and meaningful connections.
- Host: GitHub
- URL: https://github.com/ekpenga9000/qlick-qlique-api
- Owner: Ekpenga9000
- Created: 2023-08-23T19:29:35.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-10-27T10:01:00.000Z (over 1 year ago)
- Last Synced: 2024-11-21T20:35:31.401Z (2 months ago)
- Topics: expressjs, jwt-authentication, knexjs, mysql2, nodejs, oauth, passportjs
- Language: JavaScript
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qlick-qlique-api
Api for Qlick-Qlique social media platform.API ENDPOINTS:
"/auth"
"/profiles";
"/posts";
"/cliques";git clone https://github.com/Ekpenga9000/qlick-qlique-api/
PORT=<"port number">
DB_HOST=<"Database host">
DB_USER=<"Database user">
DB_PWD=<"Database password">
DB_NAME=<"Database name">