Giter VIP home page Giter VIP logo

moomooapp's Introduction

MooMoo App Icon MooMoo App

A Yik Yak style web app built with React.js (Frontend), and Node.js (Backend).

GETTING STARTED

After downloading or cloning this repository, you should go to the src folder, where the code is located. Then, run:

$ npm install

That will install the dependencies for this project. Then, you will need to create a database to store the data from the application. Since we are using Sequelize ORM, we can use different DBMS and it should work regardless of which one you choose.

Note: The system is being developed with MySQL, but if you want to use PostgreSQL, for instance, you can do so by updating the package.json with the respective libraries and src/config/config.json to reflect so.

This project uses Webpack to primarily to transpile, optmise and bundle our React code and its dependencies. Before running the project, run:

$ webpack

This will bundle the project code (Components, etc), React and ReactDOM libraries and other dependencies to /public/js/app.js, which will be required in the client-side of our application.

Finally, you can run the server, by running:

$ node server.js

Note that the server won't restart itself if any errors happen using the node command. Using the nodemon package is the ideal for that matter.

CODEBASE/CONTRIBUTING

ESLint is being used to create a standard for our codebase. If you plan on sending a PR, please check that you code is compliant with this project's .eslintrc.json rules via ESLint. Our ruleset is initally based on AirBNB ECAMScript5 styleguide (Now called airbnb/legacy) with addition of custom rules. Since this is a project meant for the author learning good development practices, there ain't a need for new contributors. If you feel the need/will to do so, please contact the author.

LICENCE

This project is licensed under the terms of the GNU General Public License v3.0 (GPLv3). A copy of this licence can be also found in this repository, in LICENCE.MD .

Header icon made by Freepik from www.flaticon.com is licensed under CC BY3.0

moomooapp's People

Contributors

joaolucasl avatar

Watchers

James Cloos 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.