Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed Apr 5, 2020
1 parent 460fd41 commit c85afc6
Show file tree
Hide file tree
Showing 6 changed files with 5,704 additions and 6,785 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# Colaborative Library (Estante Virtual)
# Estante Virtual (Collaborative Library)

- **Develepoled by:** [Julio L. Muller](https://github.com/juliolmuller)
- **Released on:** Aug 22, 2019
- **Updated on:** Aug 23, 2019
- **Latest version:** 0.1.0
- **Updated on:** Apr 5, 2020
- **Latest version:** 0.1.1
- **License:** MIT

## Overview
Expand Down Expand Up @@ -34,7 +34,7 @@ npm install
The web server used by the application is **JSON Server**, a Node based app which raises a server and provides a simple REST API, so we can easily perform `GET`, `POST`, `PUT` & `DELETE` HTTP requestswith data being persisted in a JSON file. To initialize the server, run:

```bash
cd server && npm run serve
cd server && npm start
```

## Build Vue.js Application
Expand Down
Loading

0 comments on commit c85afc6

Please sign in to comment.