/natural-backend

Primary LanguageRubyMIT LicenseMIT

Rails API for https://natural-db.com.

Getting started

  • Clone this repository:
$ git clone https://github.com/MangoSmoothie101010/natural-backend.git
  • Change into the app directory:
$ cd natural-backend
  • Install dependencies:
$ bundle install
  • Setup database:
$ rails db:setup
  • Start the application:
$ rails server