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

https://github.com/ohansemmanuel/react_suspense_concurrent_app_server


https://github.com/ohansemmanuel/react_suspense_concurrent_app_server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Designed to work with [react_suspense_concurrent_app](https://github.com/ohansemmanuel/react_suspense_concurrent_app)

![https://i.imgur.com/OIODDbT.gif](https://i.imgur.com/OIODDbT.gif)

## Install the dependencies and run the server

Install dependencies:

```bash
npx yarn
```

and start the server:

```bash
npx yarn start
```

visit http://localhost:3001/


## Endpoints

| route | resource |
| ------------- | :---------------------------: |
| / | default user details |
| /users | list of user names (with IDs) |
| /users/\${id} | specific user details |