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.
- Host: GitHub
- URL: https://github.com/marcmartinezdev/fuapi
- Owner: MarcMartinezDev
- License: mit
- Created: 2024-05-09T12:19:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T11:36:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T19:50:51.643Z (over 1 year ago)
- Topics: api, expressjs, mongodb, nodejs, react, restfull-api, tailwindcss
- Language: JavaScript
- Homepage: https://fu-api.vercel.app
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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