Skip to content

vantanova/adora

Repository files navigation



Big Logo


Adora is social media application with stickers! Stickers are special awards that a user can grant towards other users posts. Collect as many stickers as you can!

  • Users can log in or sign up to access functionality the site.
  • A user has the ability to make posts using the canvas element to draw an image, with optional text.
  • The stickerbook holds all the users stickers, with a description of each.
  • The profile page allows the user to change their profile picture or bio.

Try the site live: Here | Check out our documentation

How to run the site locally

  • Clone the repo
  • pipenv install in the main directory to install python packages
  • /cd react-app and use the command npm install to install all dependencies
  • Make a copy of the .env.example file and edit to match local db configuration
  • Create the database and user in psql
    • Run all migrations with npx dotenv sequelize db:migrate
    • Seed all data with npx dotenv sequelize db:seed:all
  • Use the start script in the react-app (npm start) to run the server

Technologies used in Adora

Flask was used for the backend and it reduced a ton of boiler plate code, increasing development speed.

pyenv was the software registry of choice.

React is the view engine of choice!

Heroku is the web hosting app of our choice that allowed runs our app on the cloud!

Honorable Mentions are the developement tools that made life much more enjoyable!

  • Postman made route testing very easy and fun!
  • Postbird, its wonderful GUI made all the difference!

Developer

Antonio A.
@vantanova

Thank you for reading my project README ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages