Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit 3839bc1

Browse files
authored
Added README.md
Includes basic description of functions and links to source repos of dependencies for backend and frontend.
1 parent 4185752 commit 3839bc1

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
main-server
2+
---
3+
4+
####The central server used for managing the databases of the ECE Apprengineering Team at Rowan University.
5+
6+
###backend
7+
Coded in Rust, manages database manipulation using AJAX requests from frontend.
8+
9+
#####Dependencies:
10+
* [Rouille 3.0.0](https://github.com/tomaka/rouille)
11+
* [Diesel 1.3.3](https://github.com/diesel-rs/diesel)
12+
* [dotenv 0.13.0](https://github.com/sgrif/rust-dotenv)
13+
* [serde 1.0](https://github.com/serde-rs/serde)
14+
* [serde_json 1.0](https://github.com/serde-rs/json)
15+
* [log 0.4](https://github.com/rust-lang-nursery/log)
16+
* [simplelog](https://github.com/drakulix/simplelog.rs)
17+
18+
###frontend
19+
Coded in Elm, makes requests to the backend to access database and returns to the user.
20+
21+
#####Dependencies:
22+
* Core Elm Packages
23+
* [browser](https://github.com/elm/browser)
24+
* [core](https://github.com/elm/core)
25+
* [html](https://github.com/elm/html)
26+
* [http](https://github.com/elm/http)
27+
* [json](https://github.com/elm/json)
28+
* [url](https://github.com/elm/url)
29+
* [bytes](https://github.com/elm/bytes)
30+
* [file](https://github.com/elm/file)
31+
* [time](https://github.com/elm/time)
32+
* [virtual-dom](https://github.com/elm/virtual-dom)
33+
* [elm-json-decode-pipeline 1.0.0](https://github.com/NoRedInk/elm-json-decode-pipeline)
34+
* [elm-format-number 6.0.2](https://github.com/cuducos/elm-format-number)
35+
* [elm-round 1.0.4](https://github.com/myrho/elm-round)

0 commit comments

Comments
 (0)