Giter Site home page Giter Site logo

wecamp's Introduction

WeCAMP

This app will provide one place where parents can find camps and activities for their children, organize their summer itinerary and share that information. The robust search will allow you to narrow down to the camps that suit your children, by activity, type, location, etc. The itinerary will make it easier to organize events and activities planned throughout the summer. The site will also allow you to easily share that information with the parents of your children’s friends to facilitate coordination.

Built With

This project uses React, Redux, Express, Passport, and PostgreSQL (a full list of dependencies can be found in package.json).

Getting Started

Before you get started, make sure you have the following software installed on your computer:

Create database and tables

  • Positico is a great application for using the database.

  • Create a new database called wecamp. Copy and paste the SQL from the database.sql into a new SQL query. All inserts must be done in order from top to bottom in the database.sql due to dependencies.

  • Open the dummydata.sql copy and paste the contents into a new SQL query.

  • In the table camp go to the sponsored column and change a couple camps to TRUE so they will show on the homepage.

  • If there are no recent camps please update the timestamp in the camp table.

Development Setup Instructions

  • Run npm install

  • Create a .env file at the root of the project and paste this line into the file:

    SERVER_SESSION_SECRET=superDuperSecret
    

    While you're in your new .env file, take the time to replace superDuperSecret with some long random string like 25POUbVtx6RKVNWszd9ERB9Bb6 to keep your application secure. Here's a site that can help you: https://passwordsgenerator.net/. If you don't do this step, create a secret with less than eight characters, or leave it as superDuperSecret, you will get a warning.

  • Start postgres if not running already by using brew services start postgresql

  • Run npm run server

  • Run npm run client

  • Navigate to localhost:3000

  • Register for an account and login "username will be your email address."

  • Once logged in the homepage will look like this

  • HomePage

Authors

  • Brit Carter
  • Tang Yang
  • Erin Olson
  • Nick Neiert

wecamp's People

Contributors

nick7421 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.