TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
TODO: Describe and show how to build your code and run the tests.
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:
Make requests to the REST API hosted at http://18.235.52.212 to access the AWS RDS instance A seed file, dbseed.js
, ensures that necessary
RDS tables are always created upon starting the EC2 instance. Node index.js
starts the s.erver to make available for client requests. The API
is comprised of several Express.js routes that allow the client to create, read, update, and delete database entities.