Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```