Skip to content

frostyblok/nu-binary

Repository files navigation

README

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/frostyblok/nu-binary.git

# Install Ruby on Rails dependencies
$ bundle install

# To run the backend app
$ rails s -p 8000

# To run the React app
$ cd client
$ npm install (To install React dependencies)
$ npm start

Tests

  • To run tests, navigate to the project's root directory
  • After installation, run rspec spec

API endpoints

POST Request -> localhost:8000/auth/signup
POST Request -> localhost:8000/auth/sigin
POST Request -> localhost:8000/calculations
GET Request ->  localhost:8000/calculations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published