The aim of this project is to calculate the circumference of the suns which some of the data is provided by the NASA website NASA Sun Fact Sheets. This application will calculate the most accurate pi value using nilankantha series
then store it inside the database.
- MySQL
- NodeJS
This script will run install the node packages in single command.
git pull https://github.com/adbrsln/naluri-space.git
cd naluri-space
npm install && concurrently "npm:install-*"
This script will run all the application in single command.
cd naluri-space
concurrently "npm:watch-*"
after all the services is run, go to your web browser and go to http://localhost:3001
to go to the webapp
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.