Note: Website may take 30 seconds to launch from a cold start. The slowness is due to free hosting--not a software issue.
The Random Ideas app is a website that saves random ideas from different users on a card. Use the plus (+) in the top left corner to add an idea. The ideas are stored in a database. Ideas submitted from your Username may be deleted.
This full stack app uses a Webpack front-end source code bundler, Express API, and cloud MongoDB database.
Build the app from the client folder by using the npm run build
command. This generates production files in the public folder, an Express static folder.
The project is from the Modern JavaScript from The Beginning 2.0 course.
The Render.com host builds and deploys changes to this repo.