API for the simple Wishlist app made with Quasar Framework!
You can find the app/front-end repository here.
Feel free to contribute!
- Clone this repository by running
git clone https://github.com/yokiharo/wishlist-api.git
in a folder of your choice; - Run
npm install
oryarn
on the created project folder to install pre-requisites; - Create a .env file with your own secrets so they are caught on
process.env.SECRET
(don't forget to add this file to .gitignore!); - Run
npm run start
to start developing; - Make your changes and create a PR 😃
This app's only purpose is educational - We made it for fun mostly as a way of learning and training Quasar Framework. The app is provided to you as is, considering it is an open-source project and may change over time. If the app performance isn't the best, please keep in mind that every single part of it is being hosted by 100% free services. The app does not store any information from you except in the case of signing in, in which case we store your list items along with your OAuth provider's ID, e.g. Google ID, so you can retrieve them later. The information is stored on a free tier cluster on MongoDB Atlas. In case of offline use instead of signing in, the app only stores information locally in your browser, using Quasar Web Storage (LocalStorage).
We're still learning and as such it's only natural to make mistakes. Let us know if there's something that should be corrected or could be done better. All feedback is welcome!