An app built with ReactJs and MongoDB as backend.
This app is used to create flashcards.
These cards are used to memorize vocabulary, formulae, historical dates or any subject matter that can be learnt via a question and answer format.
It is a web application based on Frontend Technology and used MongoDB to store Data
To run this application first download VScode, mongodb community server and mongodb shell.
After installing mongodb run the following commands in command prompt: => mongosh => use cardsdb => db.createCollection("cardscollection")
After getting application from a git local device
Open File in VS Code
Use two terminals to run application one for running application and another terminal to start the database server.
Use the command: npm run build (to build the application) and : nodemon server.js (to start the server)
Type the url: http://localhost:3500/
This Flashcards application opens into a mainpage containing navbar and a space where we can add cards
- Add a new flashcard by clicking on "Add Flash Card" button
- You even have the facility of uploading a picture into the flashcard
- See all the cards in the form of grid of cards