Skip to content

ForrestLonganecker/sendipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welocome to my wiki app!

If you would like to see the deployed version please follow the link below

Sendipedia demo


First clone the repo


Before running the application you will need to:


Create a Stripe account:

https://stripe.com/

You will need to use your test API keys in the app:

https://dashboard.stripe.com/test/apikeys


Create a SendGrid account:

https://app.sendgrid.com

You will need to create and use an API key in the app:

https://app.sendgrid.com/settings/api_keys


create a .env file in the root-directory of the app:

$ touch .env

Add secrets to that file:

cookieSecret="something you want here (nothing specific needed)"
stripeTestKey="your test key goes here"
stripeSecretKey="your secret key goes here"
SENDGRID_API_KEY="your API key goes here"


Bootstrap the database:

  1. Install postgreSQL Homebrew(mac/linux)
    postgreSQL interactive installer(windows)

  2. Create the database: $ createdb -U postgres -w sendipedia-dev

  3. Run the migrations: $ sequelize db:migrate


To run app:

navigate to home directory and run command:

  • $ npm start

About

Wikipedia for sharing outdoor/climbing related information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published