Skip to content

Commit 69ce40e

Browse files
README.md
1 parent 4ffa4e6 commit 69ce40e

File tree

2 files changed

+15
-34
lines changed

2 files changed

+15
-34
lines changed

README.md

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,21 @@
1-
# Software Engineering Project Back-end API
1+
# Airline Reservation System REST API
2+
![logo](db%20api.jpg)
23

3-
###Deployment
4-
https://software-engi.herokuapp.com/
4+
## Prerequisites
5+
-pm2 ```$ npm i pm2 -g```
56

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+
```
1011

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
2613

27-
_POST customer_
14+
-Run the project- ```$ npm start```
2815

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
4017

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)

db api.jpg

42.1 KB
Loading

0 commit comments

Comments
 (0)