Coder Social home page Coder Social logo

land-use-checklist's Introduction

The Land Use Checklist

The Land Use Checklist is an app that provides a convenient location to track the status of application requirements for land use and zoning applications. When a user signs up or logs in to an existing account, they are brought to their home page, where they can see a list of all land use projects they are working on and a list of all tasks they have been assigned for those projects. Users can create new projects, edit existing projects, add other users as team members for a project, and create or edit project tasks.

This is a full-stack application that was created as a final project for Flatiron School's software engineering course. It makes use of a Flask backend using Flask-SQLAlchemy and SQLite, and it has a React frontend that uses Material UI components for added functionality and styling.

Instructions

If you would like to use this application, fork and clone this GitHub repository to your computer. After making a local copy of the application, open the application directory in your preferred code editor or navigate to the application directory in your terminal, then run the following commands in your terminal to get everything up and running!

Install and Start the Backend

  1. In your terminal, install Python environment:
pipenv install
  1. Enter the Python virtual environment and navigate to the server director:
pipenv shell
cd server
  1. Create the database:
flask db init
flask db migrate
flask db upgrade head
  1. There is a file with some starting data that you can use:
python seed.py
  1. Start the backend server:
python app.py

Install and Start the Frontend

  1. In a second terminal, navigate into the client directory and install React components:
cd client
npm install
  1. Start the frontend:
npm start

Author

This application was created by Jim Grimes.

land-use-checklist's People

Contributors

jgrimes86 avatar

Watchers

 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.