Code Monkey home page Code Monkey logo

activity-manager's Introduction

Activities Manager

Description

I did this project for learning purposes as a capstone project from Microverse after completing the Ruby on Rails curriculum. It is a web app for daily activities and is intended for mobile phones.

I implemented next features in this project:

  1. User's page with link for navigation;
  2. Personal activities page where a user can create, see and sort all personal activities;
  3. Group activities page where are displayed only public activities created by user or where user is a participant;
  4. All participations page which includes all activities created by user and also where user is a participant;
  5. All groups page where users can create new groups or select from existing to show their ideas of activities or to find some interesting activities from other users;
  6. Feed page which displays all users' activities ordered by created time.

Built With

  • Ruby on Rails
  • Bootstrap

Set up this projecect locally

  • Install the following:
  1. Ruby
  2. Ruby on Rails
  3. PostgreSQL
  4. Yarn
  5. Node.js
  • Open the terminal in the directory where you want to install the app;
  • Run command git clone [email protected]:iliebabcenco/contributions.git which will clone the project;
  • Switch to the main directory of project using cd;
  • Run bundle install in your computer terminal to install required gems;
  • Run rails db:create for creating the database on your local machine and also rails db:migrate for migration; (P.S. If you have any authentification errors with your database on running previous commands, you should got to the config/database.yml file and introduce in development section and also in test section two lines of code ex: username: "postgres" password: 123456 where username is your local postgres user(usually it is postgres and your password))
  • Run rails server to start the server;
  • Open in your browser the URL http://localhost:3000/;
  • Use it.

How it looks

View on mobile version View on mobile version View on mobile version

Run tests

  1. Open terminal and switch to project directory
  2. Write next lines:
    rails db:migrate RAILS_ENV=test
    rspec --format documentation

Deployment

This application is deployed on Heroku there.

Authors

๐Ÿ‘ค Ilie Babcenco

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

If you want to contribute, you can clone this project or fork it.

If you found an issue, feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

activity-manager's People

Contributors

iliebabcenco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.