Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andchir/api2app-frontend
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.
https://github.com/andchir/api2app-frontend
Last synced: 6 days ago
JSON representation
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.
- Host: GitHub
- URL: https://github.com/andchir/api2app-frontend
- Owner: andchir
- License: mit
- Created: 2023-10-12T09:07:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T23:38:14.000Z (9 months ago)
- Last Synced: 2024-04-07T22:35:24.879Z (9 months ago)
- Language: HTML
- Homepage: https://api2app.ru
- Size: 1.25 MB
- Stars: 46
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api2app-frontend
Service for quickly creating a graphical interface for an API. The created application can be made available to everyone or used via a private link.
![Screenshot #1](https://github.com/andchir/api2app-frontend/blob/main/screenshots/001.png?raw=true "Screenshot #1")
![Screenshot #2](https://github.com/andchir/api2app-frontend/blob/main/screenshots/002.png?raw=true "Screenshot #2")
![Screenshot #3](https://github.com/andchir/api2app-frontend/blob/main/screenshots/003.png?raw=true "Screenshot #3")Run in development mode:
~~~
npm start
~~~Build for production:
~~~
./node_modules/.bin/ng build api2app-frontend --configuration=production
./node_modules/.bin/ng build miniapp --configuration=production
~~~https://angular.io/guide/i18n-common-deploy
Extract localization:
~~~
npm run extract-i18n
~~~~~~
npx tailwindcss -i ./src/styles.css -o public/assets/css/styles.css
~~~