Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndikumanaisaie/hallo_world


https://github.com/ndikumanaisaie/hallo_world

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

## πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– Hallo World

>This application lets users create a category of things they want to spend money on. After creating the category, users can then create items and associated spending. To do all this a user must have an account and logged in.
## πŸ›  Built With

### Tech Stack

Client


Server

Database

### Key Features

**You can do the following with app:**
- Run a hello World rails-react app

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

* An IDE e.g [Visual studio code](https://code.visualstudio.com/).
* [A terminal](https://code.visualstudio.com/docs/terminal/basics).

* Make sure you have Ruby installed in your system. You can install it [here](https://www.ruby-lang.org/en/documentation/installation/)

* Get started with [Ruby on Rails](https://guides.rubyonrails.org/getting_started.html).

* Make sure you have [PostgreSQL](https://www.postgresql.org/) installed and running.

### Setup

Clone this repository to your desired folder or download the Zip folder:

```
git clone https://github.com/ndikumanaisaie/Hallo_World.git
```

* Navigate to the location of the folder in your machine:

**`you@your-Pc-name:~$ cd Hallo_World`**

### Install

To install all gems, run:

```
bundle install
```

### Usage

To run the project, follow these instructions:

* After Cloning this repo to your local machine.
* To get it running in your terminal, run it in your IDE

### Running the server

* Run rails `db:create:all` and `rails db:migrate`
* Run `rails db:seed` to populate the database with some sample data.
* Run `rails s` to start the server.
* In your browser, go to `http://localhost:3000`.
### Running the client side

* Run `./bin/dev`

(back to top)

## πŸ‘€ Authors

πŸ‘€ **Ndikumana Isaie**

- GitHub: [ndikumanaisaie](https://github.com/ndikumanaisaie)
- Twitter: [Ndikuma38670724](https://twitter.com/Ndikuma38670724)
- LinkedIn: [Ndikumana Isaie](https://www.linkedin.com/in/ndikumanaisaie/)

(back to top)

## πŸ”­ Future Features

- [ ] **Implement more methods.**
- [ ] **Write Extra Message.**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project and how I managed to build it!

(back to top)

## πŸ™ Acknowledgments

- I would like to thank Gregoire Vella on Behance, the author of the original design from which I took inspiration for this beautiful design in accordance with the Creative Commons license of the design.
- The original design ideal from MicroverseπŸ’•.
- Project from [Microverse](https://bit.ly/MicroverseTN) Ruby / Database and Interviewing module.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
- Hat tip to anyone whose code was used.

(back to top)

## ❓ FAQ

- **Can I fork and reuse the repository**

- Yes please, feel free.

- **Can I improve the repository, and my changes will be accepted if they are good?**

- Yes please, nice ideas are welcome, please.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)