Code Monkey home page Code Monkey logo

meetapp's Introduction

Meetapp

Node, ReactJS and React Native App for Meetup organizers.

Steps

  1. Clone the repository
  2. Use yarn to install the dependencies.
  3. Set up the backend environemnt by running Docker
  4. Create the databases using Sequelize
  5. Follow th instructions

Prerequisites

Here's what you'll need to run this project:

  • Docker
  • Node.js
  • Yarn
  • ReactJS
  • React Native

Set up Environment and Backend

Once you clone the repository, go into the /backend folder, create a file named '.env' and copy the contents of the .env.example file to it and replace the credentials with your own.

Then run the following command:

yarn

Wait for the packages installation to finish, then run:

docker-compose up

Once your containers are set up you are ready to create the database and tables:

yarn sequelize db:create
yarn sequelize db:migrate

This should get the backend running.

Run the frontend/web version (ReactJS)

Go to the /frontend directory and install the dependencies needed:

yarn

Once installation is over run:

yarn start

Run the Mobile Version (React Native)

Go to the /mobile directory and install the dependencies needed by running:

yarn

Wait for the installations to finish. Regardless of the platform you want to use, you should start by running the followinig command:

yarn start --reset-cache

Then...

  • For iOS:

First time users should run the 'pod install' command:

cd ios
pod install
cd ..

Run:

react-native run-ios
  • and for Android run:
react-native run-android

Have fun! :)

meetapp's People

Contributors

avitorio avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.