Skip to content

A simple Flask app to help you get started with Hacktoberfest and Open Source ❤️

License

Notifications You must be signed in to change notification settings

priyeshbhawsar15/SimpleMath-Flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest, 2019 with IEEE-VIT Student Branch

SimpleMath-Flask is a Flask app that does math for you. This repository was created to help developers get started with Open Source during Hacktoberfest

NOTE: Check out issues labelled as Hacktoberfest and start contributing!

Made with ❤️ by IEEE-VIT

Support Open Source by participating in Hacktoberfest 💛

Getting started

  1. To setup this project, simply run the following command:
$ pip3 install -r requirements.txt

It should download and setup the dependencies and you're good to go! :)

  1. All the routes are setup inside routes/routes.py. Most of your code should go there.

  2. To start the project, simply run the following command:

$ python3 app.py
  1. All the unit tests are located inside tests/test_app.py. All the tests should go there.

  2. To run the test suite, execute the following command:

$ python3 tests/test_app.py

Contributing

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! :)

License

This project is licensed under MIT

About

A simple Flask app to help you get started with Hacktoberfest and Open Source ❤️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%