What nice of you to look at my app. This is a dating app, well actually, This is just a feature I made for the Dating app I am going to make later on. So the feature I made consists of a system which is kind of like a login. You make a username and after that you will have to fill in which of the 3 movies (which appear) you like. That gets saved in a database and you have created a user + movie preferences!
For installing this app you will need to do the following:
- Clone all the documents found in the repository and put them in a map
- Open your Terminal/CMD and look for the map
- When opened enter the following in the Terminal/CMD (You will need to install npm for this, if not yet installed. Do so with this link)
npm install
- Then, to open the app, enter the following command in the Terminal/CMD (this still has to happen in the correct path)
node server.js
- Then open your browser (whichever one you prefer) and typ in the following:
http://localhost:3000
You can find more information and all sources in my wiki. Here is a link so you can check it out!
You can see it live over here. Or you can check out the repo