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

https://github.com/davidyslu/Backend_Practice

Website Simple Back-end Practice
https://github.com/davidyslu/Backend_Practice

html

Last synced: 11 months ago
JSON representation

Website Simple Back-end Practice

Awesome Lists containing this project

README

          

# Website Backend Practice

[![License: IEEE](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

This practice is a simple implementation to the basic back-end techniques, including `GET`, `POST`, and AJAX methods.

## Introduction

This repository is a simple implementation to `GET`, `POST`, and AJAX methods. This practice contain client and server code, you can compare the different among above. The demo is in the following link.

## [Demo](#)

![Demo View](img/demo.png)

## Description

* `index.html`
* `./js` - contain all `.js` file
* `get.js` - implememt `GET` method
* `post.js` - implement `POST` method
* `ajax.js` - implement `AJAX` method
* `search.js` - return result
* `filter.js` - filter the data according to the user input
* `./data` - contain a simple data as example
* `country.json` - example data for this practice

## TODO

(Update soon.)

## Author

* [Yung-Sheng Lu](https://github.com/yungshenglu)

---
[![License: IEEE](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)