Skip to content

GTrails is an outdoor web application to inspire others to go outside and explore nature.

Notifications You must be signed in to change notification settings

egg-chicken/gtrails

Repository files navigation

GTRAILS

Gtrails is an app specifically meant for people who are interested in the outdoors. This is meant to inspire others to go explore outside. Users are able to create, delete, and edit locations.

Getting Started to run locally
  1. Clone this repository (only this branch)

  2. Install dependencies

    pipenv install -r requirements.txt
  3. Create a .env file based on the example with proper settings for your development environment

  4. Make sure the SQLite3 database connection URL is in the .env file

  5. This starter organizes all tables inside the flask_schema schema, defined by the SCHEMA environment variable. Replace the value for SCHEMA with a unique name, making sure you use the snake_case convention.

  6. Get into your pipenv, migrate your database, seed your database, and run your Flask app

    pipenv shell
    flask db upgrade
    flask seed all
    flask run
  7. To run the React App in development, checkout the README inside the react-app directory.

 

alt text

 

Technologies used:

  • Flask
  • React/Redux
  • Javascript
  • HTML/CSS

click here to navigate to the website: https://gtrails.onrender.com

About

GTrails is an outdoor web application to inspire others to go outside and explore nature.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages