Skip to content

Ismaelleon/meetio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

229 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetio

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.

Getting Started

Follow these instructions to get this project running on your machine.

Prerequisites

Installation

  1. Clone this repo
git clone https://github.com/Ismaelleon/meetio
  1. Install NPM packages
cd meetio/server/
npm install
cd src/client/
npm install
  1. Create a config.js file in 'server/'
module.exports = {
	databaseUri: 'your-database-uri',
	secret: 'your_secret'
};
  1. Create pictures directory and build client
cd meetio/server/src/client/build
mkdir pictures
npm run build
  1. Run server
cd meetio/server
npm start

License

Distributed under the GNU LGPLv3 License. See LICENSE for more information.

About

Start a relationship. Meet people.

Resources

License

Stars

Watchers

Forks

Contributors