Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasess/ionic-server
https://github.com/nicholasess/ionic-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicholasess/ionic-server
- Owner: nicholasess
- Created: 2015-04-26T06:50:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T04:42:05.000Z (about 2 months ago)
- Last Synced: 2024-12-06T05:26:08.084Z (about 2 months ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-server
Baixe o repositório
```
https://github.com/nicholasess/ionic-server
```Instale as dependências
```
npm install
```Execute o server
```
node bin/www
```
Para acessar a api no browser
```
http://localhost:3000
```Rotas do usuário:
```
POST /api/signin
POST /api/signup
```
Rotas da lista
```
GET /api/listas
POST /api/listasGET /api/lista/:id
PUT /api/lista/:id
DELETE /api/lista/:id
```