Skip to content

Rachelcoll/cvwo_web_forum_backend

Repository files navigation

How to Run Rails Backend

  1. Make sure ruby and rails are all installed. use

ruby -v rails -v

to check.

  1. Then clone this repository to local computer. In the directory, use

bundle install

to install all dependencies.

  1. Create database and migrate schema using

rails db:create rails db:migrate

  1. Run this application on http://localhost:3001 using

rails s -p 3001

  1. If the page shows

{status: "hello world!"} then the backend is successfully launched.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published