Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emirshn/amadeus-case-study-frontend
Case Study for Amadeus
https://github.com/emirshn/amadeus-case-study-frontend
Last synced: 24 days ago
JSON representation
Case Study for Amadeus
- Host: GitHub
- URL: https://github.com/emirshn/amadeus-case-study-frontend
- Owner: emirshn
- Created: 2023-12-28T19:13:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T15:03:50.000Z (about 1 year ago)
- Last Synced: 2023-12-29T21:19:33.245Z (about 1 year ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amadeus-Case-Study-Frontend
Case Study for AmadeusUse these to start project:
for frontend:
npm install
ng servefor backend:
uvicorn main:app --reload