Git Product home page Git Product logo

example-node-postgres's People

Contributors

anayaml avatar gustafsilva avatar klauskpm avatar nazariy995 avatar raul1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

example-node-postgres's Issues

Add contributor links in the documentation

Summary
Add after Contribution information in the README.md information about contributors and external links.

Any questions, just talk ๐Ÿ˜‰
Let's start? ๐Ÿš€

Adding rules to contributors

Summary
Create CONTRIBUTING.md file with information on how to give a pull request or create an issue in the project and some rules for new contributors.
You can get a template ready, or add gist with this information.

More information about file
The file will be located on the main page of the project.
Because the file does not exist, you can suggest a new format for it.
The file should contain information about how to start a contribution in the project, how to create an issue, and how to propose a change.

Any questions, just talk ๐Ÿ˜‰
Let's start? ๐Ÿš€

Adjusting tests (jest)

Summary
It is necessary to refactor the tests for users.test.js.

Example of new refactored test code

describe("Routes for users, get user", () => {
  test("Capturing all users", () => {
    return request(server).get("/user").expect(200);
  });
  // ...
});

describe("Routes for users, new user", () => {
  test("New user success", () => {
    return request(server).post("/user/new").send({email: "[email protected]", name:"my", password: "123456"}).expect(201);
  });

  test("New user fail", () => {
    return request(server).post("/user/new").send({name:"Leticia", password: "123456"}).expect(200);
  });
  // ...
});

More informations
We use the Jest for automated testing ๐Ÿ”ฅ
Any questions, just talk ๐Ÿ˜‰
Let's start? ๐Ÿš€

Add yarn support

Summary
Add yarn support, scripts for tests and generate documentation.

More information
Add yarn support information in README.md.
Any questions, just talk ๐Ÿ˜‰
Let's start? ๐Ÿš€

Create Code of Coduct

Summary
Create a code of conduct and add it to the CODE_OF_CODUCT.MD file at the folder .github/ of the project.

More information
Code of conduct information, here
Any questions, just talk ๐Ÿ˜‰
Happy Hacktoberfest! ๐Ÿ˜„
Let's start? ๐Ÿš€

Automateing CODE_OF_CODUNTS

Summary
Script creation to automate code of conduct creation ๐Ÿค–

More information
Create code to automate code of conduct generation ๐Ÿค–
As suggested by @klauskpm in #11 ๐Ÿ‘
Any questions, just talk ๐Ÿ˜‰
Happy Hacktoberfest! ๐Ÿ˜„
Let's start? ๐Ÿš€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.