Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahnahaj/set-up-a-hello-world-project-as-one-app-with-webpack
In this exercise, I will connect previous knowledge with new knowledge and use Webpack with jsbundling-rails gem.
https://github.com/nahnahaj/set-up-a-hello-world-project-as-one-app-with-webpack
Last synced: about 2 months ago
JSON representation
In this exercise, I will connect previous knowledge with new knowledge and use Webpack with jsbundling-rails gem.
- Host: GitHub
- URL: https://github.com/nahnahaj/set-up-a-hello-world-project-as-one-app-with-webpack
- Owner: NahnahAJ
- License: mit
- Created: 2023-02-20T13:10:38.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-23T02:16:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T08:56:46.689Z (3 months ago)
- Language: Ruby
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [🚀 Live Demo](#live-demo)
[Video Demo](#video-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Set-up-a-Hello-world-project-as-one-app-with-Webpack
**Set-up-a-Hello-world-project-as-one-app-with-Webpack** In this exercise, I will connect previous knowledge with new knowledge and use Webpack with jsbundling-rails gem.
Client
Database
### Key Features
- Making use of Ruby on Rails
- Making use of PostgreSQL
> N/A
> To start and run this project
```
bundle install
```
```
ruby main.rb
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- PostgreSQL
### Install & Setup
To setup and install this project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/NahnahAJ/Set-up-a-Hello-world-project-as-one-app-with-Webpack.git
```
- Then switch to the project folder by the bellow query:
```
$ cd Set-up-a-Hello-world-project-as-one-app-with-Webpack
```
- Install the required dependecies with `bundle install`
- Install npm dependencies with `npm install`
- **Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:**
- **`rake db:create`**
- **`rake db:migrate`**
- **`rake db:seed`**
- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.
### Tests
- Run `rake db:seed RAILS_ENV=test` to seed the testing database
- Run `rspec`
### Deployment
- I will deploy the project with [render](https://render.com/docs/deploy-rails), after which you can access the live version of the project in the Live Demo section.
👤 **Nahnah Ahjuwah**
- GitHub: [@NahnahAJ](https://github.com/NahnahAJ)
- Twitter: [@NahnahAhjuwah](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [Felicia-Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)
> Describe 1 - 3 features you will add to the project.
- [ ] **Build the project schemas**
- [ ] **Use postgresql as my database instead of sql**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> If you like this project give it a ⭐️
- I would like to thank Microverse for these [Design Guidelines](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
- Hat tip to anyone whose code was used 🤝
- Inspiration 🔥
This project is [MIT](./LICENSE) licensed.