Skip to content
/ greenly Public

[Final Project] A social network that connects people that want to contribute to the environment.

License

Notifications You must be signed in to change notification settings

D-Forz/greenly

Repository files navigation

Greenly

Greenly is the final project for the Bootcamp at Le Wagon.

Screenshots

Greenly home Greenly community Greenly event

Tech Stack

Client: Bootstrap, FontAwesome, Stimulus Js

Server: Ruby on Rails 7

Run Locally

Clone the project

  git clone https://github.com/D-Forz/greenly.git

Go to the project directory

  cd greenly

Install dependencies

  bundle install
  yarn install

Run the migrations and seeds ( be sure you have the database created)

  rails db:migrate
  rails db:seeds

Start the server

  rails s
  yarn build --watch

or

  dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

CLOUDINARY_URL

Authors

Appendix

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

About

[Final Project] A social network that connects people that want to contribute to the environment.

Resources

License

Stars

Watchers

Forks