https://github.com/and3sil4/easy-api
https://github.com/and3sil4/easy-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/and3sil4/easy-api
- Owner: AND3SIL4
- Created: 2025-02-14T03:20:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T07:34:16.000Z (about 2 months ago)
- Last Synced: 2025-03-08T08:27:01.723Z (about 2 months ago)
- Language: Dockerfile
- Homepage: https://easy-api-rho.vercel.app
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy using Heroku


```sh
heroku login
heroku container:login
heroku create # and get the name returned
heroku container:push web --app [name] # the process will execute it
heroku open --app [name]
```