This repository was archived by the owner on Sep 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
main-server
2
2
---
3
3
4
- #### The central server used for managing the databases of the ECE Apprengineering Team at Rowan University.
4
+ The central server used for managing the databases of the ECE Apprengineering Team at Rowan University.
5
5
6
- ### backend
6
+ ## backend
7
7
Coded in Rust, manages database manipulation using AJAX requests from frontend.
8
8
9
- ##### Dependencies:
9
+ ### Dependencies:
10
10
* [ Rouille 3.0.0] ( https://github.com/tomaka/rouille )
11
11
* [ Diesel 1.3.3] ( https://github.com/diesel-rs/diesel )
12
12
* [ dotenv 0.13.0] ( https://github.com/sgrif/rust-dotenv )
@@ -15,10 +15,10 @@ Coded in Rust, manages database manipulation using AJAX requests from frontend.
15
15
* [ log 0.4] ( https://github.com/rust-lang-nursery/log )
16
16
* [ simplelog] ( https://github.com/drakulix/simplelog.rs )
17
17
18
- ### frontend
18
+ ## frontend
19
19
Coded in Elm, makes requests to the backend to access database and returns to the user.
20
20
21
- ##### Dependencies:
21
+ ### Dependencies:
22
22
* Core Elm Packages
23
23
* [ browser] ( https://github.com/elm/browser )
24
24
* [ core] ( https://github.com/elm/core )
You can’t perform that action at this time.
0 commit comments