A simple node.js app to help you get started with Hacktoberfest and Open Source :heart:
SimpleMath is a node.js REST API that does math for you. This repository was created to help developers get started with Open Source during Hacktoberfest
NOTE: Check out
issues
labelled asHacktoberfest
and start contributing!
Made with β€οΈ by IEEE-VIT
Support Open Source by participating in Hacktoberfestπ
$ npm install
It should create a node_modules
folder, and youβre good to go! π
All the routes are setup inside routes/routes.js
. Most of your code should go there.
To start the project, simply run the following command:
$ npm start
All the unit tests are located inside tests/test.js
. All the tests should go there.
To run the test suite, execute the following command:
$ npm run test
To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. Check out issues labelled as Hacktoberfest
if you are up for some grabs! π
This project is licensed under MIT