https://github.com/yangbeibei88/random-ideas-app
Random ideas app built with javascript, nodeJS, MongoDB, webpack
https://github.com/yangbeibei88/random-ideas-app
Last synced: 21 days ago
JSON representation
Random ideas app built with javascript, nodeJS, MongoDB, webpack
- Host: GitHub
- URL: https://github.com/yangbeibei88/random-ideas-app
- Owner: yangbeibei88
- Created: 2024-07-04T19:37:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T22:19:46.000Z (6 months ago)
- Last Synced: 2025-02-18T00:57:20.861Z (4 months ago)
- Language: JavaScript
- Homepage: https://randomideas.beibeiyang.dev/
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rand Ideas
## Overview
This application allow users to add and delete ideas, and add tags. A user can only delete his own idea. The app is built with NodeJS, Express and MongoDB.## Built With
- NodeJS
- Express
- MongoDB
- Webpack## Live Demo
Check out the live deo [Random Ideas Kanban](https://randomideas.beibeiyang.dev/).
[](https://randomideas.beibeiyang.dev/)
## Features
- Persistent data to MongoDB through Mongoose
- Built NodeJS server with MVC pattern
- Uses Axios to handle REST request.
- Uses localStorage to store username## License
The code is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).## Contact
- Beibei Yang [[email protected]](mailto:[email protected])