Skip to content

Barbara-Bennett/fullstack-inspiration-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Inspiration Board

This is a web application for managing an inspiration board, featuring a back-end layer and a front-end layer. The project is divided into two repositories: one for the back-end and one for the front-end.

Accessing the Web Application

Inspiration Board Deployment

Back-end Repository

Repository Link

Inspiration Board Back-end

Description

The back-end of the Inspiration Board project is built using Python and Flask. It includes:

  • Configuration file: app/__init__.py
  • Endpoint definitions: app/routes.py
  • Model files: app/models/board.py and app/models/card.py
  • Dependencies listed in requirements.txt

Getting Started

  1. Replace the database connection string in app/__init__.py.
  2. Import all models in app/__init__.py.
  3. Register all blueprints in app/__init__.py.

Front-end Repository

Repository Link

Inspiration Board Front-end

Description

The front-end of the Inspiration Board project is built using React and Create React App. It includes:

  • Available scripts: yarn start, yarn test, yarn build, yarn eject
  • Project structure with a focus on Create React App conventions.

Getting Started

  1. Clone this repository.
  2. Run yarn start to view the app in development mode.

Accessing the Web Application

Inspiration Board Front-end Deployment (when running in development mode)

Feel free to explore and contribute to both repositories. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors