This app is bulit with react and rails.
- Ruby on Rails
- React
- Redux
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have
Ruby
installed on your computer - Have
Rails
installed on your computer - Have
Postgres
installed on your computer - Have
Node
installed on your computer - Have
Yarn
installed on your computer - Have
visual-studio code
or any other code editor installed on your computer.
- In order to get a copy of this project you need to download it from here
- Extract the zipped file and open it in your code editor
- Run the command bellow in your terminal to get all required files
bundle install
npm install
- Run the command bellow in your terminal to start the server
./bin/dev
- Open your browser and type
http://localhost:3000/
in the address bar - You should see the home page of the app
👤 Zelalem Fissha
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!