Skip to content

Repository files navigation

My tech-notes API

My tech-notes API

Prerequisites

  • Node.js installed on your machine

Getting Started

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd my-technotes-api
  3. Install the dependencies:
    npm install
  4. Start the server:
    npm start

Usage

  • Access the API at http://localhost:3500

  • Use the following endpoints for users:

    • GET /users - Get all users
    • POST /users - Create a new user
    • PATCH /users/ - Update a user
    • DELETE /users/ - Delete a user
  • Use the following endpoints for notes:

    • GET /notes - Get all notes
    • POST /notes - Create a new note
    • PATCH /notes/ - Update a note
    • DELETE /notes/ - Delete a note

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Commit and push your changes
  5. Create a pull request

License

This project is licensed under the MIT License.

About

Backend for my-technotes project as a showcase

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages