Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohazamani/suggestion-api


https://github.com/mohazamani/suggestion-api

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Suggestion-Api

this Api is a service for Registering offers and suggestions.

in this Api we have these endpointes :
```
1. GET /
2. POST /signup
3. POST /login
4. POST /suggestions
5. GET /suggestions

```

### Get /
```
for checking the service is up.
```

### POST /signup
```
for signup and if the username and password be valid this api return ok and token.
```
### POST /login
```
in this endpoint users can login for working with suggestions feature.
```

### POST /suggestions
```
this endpoint is for Registering offers and suggestions.
for suggestions you should loged in.
```
### GET /suggestions

```
this api returns all suggestions.
```