Skip to content

maltezc/ShareBnB-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pool Party BnB - Backend

How to start the program

  1. Fork or Clone the project to your machine
  2. Navigate to the projects directory
  3. in your terminal run pip3 isntall -r requirements.txt
  4. Set up aws account for AWS S3
  5. Set the environment variables: cp .env.example .env
  6. open .env and modify the environment variables Environment Variables The environment variables can be found and modified in the .env file.

Secret Key

SECRET_KEY=your_secret_key_123 DATABASE_URL=postgresql:///your_app_name aws_access_key_id=your_aws_access_key1234 aws_secret_access_key=your_aws_secret_key

  1. in your terminal run flask run -p 5001

How to run tests

TODOs / Aspirations

Deployed link

Proud Code Snippet and How You Solved It

Project Structure

├── ShareBnB-Backend │ ├── api_helpers.py │ ├── app.py │ ├── models.py │ ├── readme.md │ ├── requirements.txt │ └── seed.py


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages