File tree Expand file tree Collapse file tree 2 files changed +15
-34
lines changed Expand file tree Collapse file tree 2 files changed +15
-34
lines changed Original file line number Diff line number Diff line change 1
- # Software Engineering Project Back-end API
1
+ # Airline Reservation System REST API
2
+ ![ logo] ( db%20api.jpg )
2
3
3
- ###Deployment
4
- https://software-engi.herokuapp.com/
4
+ ## Prerequisites
5
+ -pm2 ``` $ npm i pm2 -g ```
5
6
6
- System Architecture Document
7
- https://docs.google.com/document/d/1br3VXRLCZ9pewrxHVNTTnKmoyK74qNNXEE7DNkahrDU/edit
8
- ![ alt text ] ( public/images/DB%20schema%20design.png )
9
- _ GET customer/ : id_
7
+ ## Install
8
+ ```
9
+ $ npm install
10
+ ```
10
11
11
- {
12
- "success": true,
13
- "error_code": "",
14
- "message": "Affected Rows: 1",
15
- "data": [
16
- {
17
- "id": 1,
18
- "first_name": "Kamal",
19
- "last_name": "Fernando",
20
- "email": "kamal@gmail.com ",
21
- "contact_no": "0786564786"
22
- }
23
- ] ,
24
- "token": ""
25
- }
12
+ ## Quick Start
26
13
27
- _ POST customer _
14
+ -Run the project- ``` $ npm start ```
28
15
29
- {
30
- "first_name":"Amal",
31
- "last_name":"Rathnayake",
32
- "email":"amal@gmail.com ",
33
- "contact_no":"0786567654",
34
- "password":"uvh dvfvrtgbtgbhtbb hdbhb f"
35
- }
36
-
37
- _ PUT customer/: id_
38
-
39
- _ DELETE customer/: id_
16
+ ## Authors
40
17
18
+ -[ Rumesh Madhusanka] ( https://github.com/rumeshmadhusanka )
19
+ -[ Kushan Chamindu] ( https://github.com/KushanChamindu )
20
+ -[ Shashimal Senarath] ( https://github.com/shashimalcse )
21
+ -[ Jayampathi Adhikari] ( https://github.com/jayampathiadhikari )
You can’t perform that action at this time.
0 commit comments