Coder Social home page Coder Social logo

secato / baboon Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 346 KB

A fullstack web app made with React / Readux, Express, MongoDB, Stripe, Passport (Google oauth), Sendgrid

Home Page: https://babooine.herokuapp.com/

HTML 5.74% JavaScript 85.41% CSS 8.84%

baboon's Introduction

A simple full stack app made when I was following a course. It is a simple survey system that send a yes/no question to a email list. Then it collect the feedback of users and shows the total of answers. The name is a joke with Mailchimp ๐Ÿ˜„

Tech:

  • Node / Express
  • MongoDB / Mongoose
  • React, Redux, Redux Form and so on.
  • Materialize CSS
  • Stripe for payments (it is only a sandbox, don't really charge)
  • SendGrid
  • Google Oauth with passport

Folders

The react app is on client folder, it was created with create-react-app. The other folders are related to the backend API.

Getting started

Clone, then install both API and client dependencies after that run de dev script from root folder (it starts both client and server with concurrently):

# install api dependencies
cd baboon
npm i

# install client dependencies
cd client
npm i

# copy the prod.js config file to dev.js
# and fill with the keys values
cd config
cp prod.js dev.js

# start the app
npm run dev

โค๏ธ

baboon's People

Contributors

secato avatar

Watchers

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