Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayaanqui/roastme-api
RoastMe RESTful API, made with Express, PostgreSQL, and Passport.js
https://github.com/ayaanqui/roastme-api
authentication express passportjs postgres rest-api
Last synced: about 8 hours ago
JSON representation
RoastMe RESTful API, made with Express, PostgreSQL, and Passport.js
- Host: GitHub
- URL: https://github.com/ayaanqui/roastme-api
- Owner: ayaanqui
- Created: 2020-08-02T02:12:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T01:48:23.000Z (over 2 years ago)
- Last Synced: 2024-11-13T21:53:21.311Z (about 1 month ago)
- Topics: authentication, express, passportjs, postgres, rest-api
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoastMe API
Public REST API for [RoastMe Frontend](https://github.com/ayaanqui/roastme-frontend).
## Setup
1. Create a database named `roastme` in your MySQL database (`CREATE DATABASE roastme;`)
1. Add `dbuser.json` in the `./database` directory
1. Add the following content inside `dbuser.json`: `{"username": "db_user", "password": "db_pass"}`
1. Install dependencies: `npm install`## Run
`npm start`