Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.45 KB

File metadata and controls

31 lines (27 loc) · 1.45 KB

Dating-App

Hey Stranger!

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!

Installation

For installing this app you will need to do the following:

  1. Clone all the documents found in the repository and put them in a map
  2. Open your Terminal/CMD and look for the map
  3. 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
  1. 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
  1. Then open your browser (whichever one you prefer) and typ in the following:
http://localhost:3000

6. It works!

More information and documentation

You can find more information and all sources in my wiki. Here is a link so you can check it out!

Want to see the static site?

You can see it live over here. Or you can check out the repo