Skip to content

shb1383/m-pulse

 
 

Repository files navigation

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

📚 M-Pulse

A social media map app that features live events.

DROP SCREENSHOT HERE
App home: https://m-pulse.live

Getting Started

Setup

Install gems

bundle install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

All group members worked very hard on it, we are so proud of what we could accomplish in a short time.

Team Members

Contributing

Please contact Raecine Green on her linkedIn if you would like to contribute.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.8%
  • HTML 23.2%
  • SCSS 13.7%
  • JavaScript 8.3%