Reorganizing the repository

This commit is contained in:
Julien Le Coupanec 2018-02-06 02:09:12 +00:00
parent 450f2db40b
commit 34124c1731
13 changed files with 13 additions and 10 deletions

View File

@ -18,6 +18,9 @@
```bash
# Provides the ability to initialize new application instances
npm install @feathersjs/feathers --save
# Provides a set of standard error classes used by all other Feathers modules
npm install @feathersjs/errors --save
```
const feathers = require('@feathersjs/feathers');

View File

@ -7,25 +7,25 @@
## Table of Contents
- [Languages](#languages)
- [1. Languages](#languages)
- [Backend](#backend)
- [2. Backend](#backend)
- [Frontend](#frontend)
- [3. Frontend](#frontend)
- [Databases](#databases)
- [4. Databases](#databases)
- [Tools](#tools)
- [5. Tools](#tools)
## Languages
## 1. Languages
- [Bash](languages/bash.sh)
- [JavaScript](languages/javascript.js)
## Backend
## 2. Backend
- [Django](backend/django.py)
@ -34,17 +34,17 @@
- [Node.js](backend/node.js)
## Frontend
## 3. Frontend
- [Vue.js](frontend/vue.js)
## Databases
## 4. Databases
- [Redis](databases/redis.sh)
## Tools
## 5. Tools
- [Docker](tools/docker.sh)

Binary file not shown.