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

https://github.com/marcmartinezdev/fuapi

FuAPI is a simple REST API that provides you with fake user data for your projects or tests.
https://github.com/marcmartinezdev/fuapi

api expressjs mongodb nodejs react restfull-api tailwindcss

Last synced: 17 days ago
JSON representation

FuAPI is a simple REST API that provides you with fake user data for your projects or tests.

Awesome Lists containing this project

README

          

# FuAPI

[FuAPI](https://fu-api.vercel.app) is a simple REST API that provides fake users data for your projects or testing.

It is intended to be a community maintained application.
## Why?

To practice my skills with Node.js and React.js I decided to create a project with some value for other people. I think a REST API is good for doing this.

I also want to improve this project over time. Of course I appreciate all feedback.
## Resources

Actually FuAPI has 2 main resources:

- Users https://fu-api.vercel.app/api/v1/users
- Posts https://fu-api.vercel.app/api/v1/posts
## Documentation

You find all the documentation here -> [FuAPI Docs](https://fu-api.vercel.app/docs)

## Tech Stack

**Client:** React, TailwindCSS

**Server:** Node, Express

**Database:** MongoDB
## Roadmap

- Add new resources to existing groups
- Add new groups of resources
- Improve UI
- Add new methods
- Continue scaling the application
- Add community features