Start a relationship. Meet people.
Meetio is a dating web app where people can sign up and start using it. It is like a Tinder clone made with React and Node.js.
Follow these instructions to get this project running on your machine.
- Clone this repo
git clone https://github.com/Ismaelleon/meetio- Install NPM packages
cd meetio/server/
npm install
cd src/client/
npm install- Create a
config.jsfile in 'server/'
module.exports = {
databaseUri: 'your-database-uri',
secret: 'your_secret'
};- Create pictures directory and build client
cd meetio/server/src/client/build
mkdir pictures
npm run build- Run server
cd meetio/server
npm startDistributed under the GNU LGPLv3 License. See LICENSE for more information.