Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramon-mateus/list_houses
Sistema de listagem de casas para alugar - Projeto da documentação do Angular
https://github.com/ramon-mateus/list_houses
angular json-server typescript
Last synced: 4 days ago
JSON representation
Sistema de listagem de casas para alugar - Projeto da documentação do Angular
- Host: GitHub
- URL: https://github.com/ramon-mateus/list_houses
- Owner: Ramon-Mateus
- Created: 2024-04-10T17:19:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:13:36.000Z (8 months ago)
- Last Synced: 2024-11-14T11:23:54.410Z (2 months ago)
- Topics: angular, json-server, typescript
- Language: TypeScript
- Homepage:
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Image
# Importants Commands
```shell
npm install -g json-server
```
- Install the json-server library that can create an API with just one json file and serve it on one port.
- To up the server, just run this command:```shell
json-server --watch db.json
```
- And to up the application, just run this command:```shell
ng serve
```