Coder Social home page Coder Social logo

deyemiobaa / mindmeet.social Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 135 KB

Meet with Minds

Home Page: https://mindmeet.social/

Ruby 59.68% JavaScript 2.20% CSS 0.87% HTML 36.99% Shell 0.17% Procfile 0.08%
devise heroku rails rspec ruby tailwindcss

mindmeet.social's Introduction

MindMeet.Social

Rails Style Guide

Ruby setup

This application is running on Ruby 3.2.0 and Rails 7.0.4

Install and manage Ruby versions with rbenv. Make sure to install the correct Ruby version, which is specified in the Gemfile, in addition to above. No gemset is specified for this project.

Database setup

This application uses PostgreSQL as its database. Make sure to install it and create a database for the application. The database user is specified in the config/database.yml file. Create a .env file in the root directory of the project and add the following DB_PASSWORD=<your_pssword>.

Run the following commands to create the database, run the migrations, and seed the database:

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

Local development

Starting the server

A Procfile is included in the project. To start the server, run bin/dev in the root directory of the project. This will start the server on port 3000, and also compile the css.

Running tests

RSpec is used for tests. To run all the specs run: rspec. This will run the tests and generate a coverage report in the coverage directory. To run a specific file, run rspec <file name>.

mindmeet.social's People

Contributors

deyemiobaa 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.