Go to file
da3491 910b58efe0 Rerouting 2022-12-09 15:23:38 -05:00
.devcontainer add .devcontainer 2022-09-06 15:41:43 +08:00
app Rerouting 2022-12-09 15:23:38 -05:00
bin Minor updates 2022-09-06 16:01:16 +08:00
config Fetch:Login/Logout, getTweets, deleteTweet 2022-11-28 12:00:45 -05:00
db Fetch:Login/Logout, getTweets, deleteTweet 2022-11-28 12:00:45 -05:00
lib init 2022-03-28 11:51:04 +08:00
log init 2022-03-28 11:51:04 +08:00
public init 2022-03-28 11:51:04 +08:00
spec Constructing tweets page 2022-10-31 14:01:49 -04:00
storage init 2022-03-28 11:51:04 +08:00
test Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
tmp init 2022-03-28 11:51:04 +08:00
vendor init 2022-03-28 11:51:04 +08:00
.browserslistrc init 2022-03-28 11:51:04 +08:00
.env-sample add env sample 2022-03-28 15:55:24 +08:00
.gitattributes init 2022-03-28 11:51:04 +08:00
.gitignore api end points 2022-03-28 13:03:28 +08:00
.rubocop.yml Minor updates 2022-09-06 16:01:16 +08:00
.ruby-version Update to ruby 3.2.1, rails 6.1.6.1 and other gems 2022-09-06 15:35:34 +08:00
Gemfile Fetch:Login/Logout, getTweets, deleteTweet 2022-11-28 12:00:45 -05:00
Gemfile.lock Fetch:Login/Logout, getTweets, deleteTweet 2022-11-28 12:00:45 -05:00
Procfile.dev prep for heroku 2022-03-28 12:16:07 +08:00
README.md prep for heroku 2022-03-28 12:16:07 +08:00
Rakefile Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
babel.config.js init 2022-03-28 11:51:04 +08:00
config.ru Add rubocop and lint all files 2022-09-06 15:44:27 +08:00
package.json first commit 2022-10-31 11:39:30 -04:00
postcss.config.js init 2022-03-28 11:51:04 +08:00
render.yaml render.com ready 2022-09-06 15:45:55 +08:00
yarn.lock api end points 2022-03-28 13:03:28 +08:00

README.md

Twitter Clone (Advanced with Mailer, Search, Photo Upload)

Visit Altcademy Classroom for more instructions.

  1. Install GEMS
bundle
  1. Install NPM packages
yarn
  1. Start rails server
rails s

Or use foreman if you have it installed, it will run rails server and webpack dev server

foreman start -f Procfile.dev
  1. Go to "localhost:3000" on browser.