Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralphilius/stellar-aaas
https://github.com/ralphilius/stellar-aaas
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralphilius/stellar-aaas
- Owner: ralphilius
- Created: 2021-08-16T11:01:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:51:21.000Z (11 months ago)
- Last Synced: 2024-04-20T19:37:42.536Z (7 months ago)
- Language: TypeScript
- Homepage: stellar-aaas.vercel.app
- Size: 13.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Account as a Service
## Getting Started
Run this command inside project folder
```
npm install
```
Start the server with
```
npm start
```**Note:** All the methods should now be available within `/api` subpath
## Testing
In order to run test on a fresh Replit database, we need to pass `CUSTOM_DB` environment variable which is a link to a shared Replit Database proxy [here](https://replit.com/@util/Replit-Database-proxy). By this way, we can have a clean working database and we can quickly erase test database without affecting the running application.Run this script to test
```
npm test
```