Short blurb about what your project does.
One or two short paragraph statements about your product and what it does.
- Usage
- Getting started
- Running the tests
- Deployment
- Built with
- Contributing
- Versioning
- Release history
- Meta
- License
- Known issues / bugs
- Feature roadmap
- Acknowledgements
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the Wiki.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
If you don't have Nodejs and npm installed, install them from here.
Give examples
A step by step series of examples that tell you how to get a development env running
In the root directory:
npm install
And finally:
npm run dev
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Add the following section to your package.json
:
{
"scripts": {
"test": "jest"
}
}
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- React - Front-end framework
- Nodejs - Javascript runtime
- Express - Framework used for API in Node
- PostgreSQL - Open source object-relational database
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
SemVer is being used for versioning. For the versions available, see the tags on this repository.
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Remove
setDefaultXYZ()
- ADD: Add
init()
- CHANGE: Remove
- 0.1.1
- FIX: Crash when calling
baz()
(Thanks @GenerousContributorName!)
- FIX: Crash when calling
- 0.1.0
- The first proper release
- CHANGE: Rename
foo()
tobar()
- 0.0.1
- Work in progress
Your Name – @YourTwitter – YourEmail@example.com
Distributed under the XYZ license. See LICENSE.md
for more information.
This project is licensed under the MIT License - see the LICENSE.md file for details
- List of most prominent
- issues or bugs
To add an issue, start a new one here.
- List features that are currently
- being worked on here
- List of features that are
- intended to be added
If you'd like to add a feature yourself, please see the Contributing guidelines.
- Hat tip to the other readme templates I synthesized
- Inspiration
- etc