/nodejs-fundamentals

A simple API designed to reinforce Node.js concepts

Primary LanguageJavaScriptMIT LicenseMIT

Node.js Fundamentals

A simple API designed to reinforce Node.js concepts


About

This repository was designed to reinforce Node.js concepts. The idea was to create a simple API prioritizing Node.js internal modules.


Features

  • Create a user
  • List users
  • Update a user
  • Delete a user

How to run

Prerequisites

Before starting, you will need to have the following tools installed on your machine: Git and Node.js. The application is using tools from the latest versions of Node.js.

Running the application

# Clone this repository
$ git clone https://github.com/emanuelmassafera/nodejs-fundamentals.git

# Access the project folder via the terminal/cmd
$ cd nodejs-fundamentals.git

# Install dependencies
$ npm install

# Run the server
npm run dev

# The server will start at port:3333

Author

Emanuel Massafera

Badge Badge


License

This repository is licensed by MIT LICENSE. For detailed information, read the file LICENSE.

Made with ♥ by Emanuel Massafera 👋 Get in touch!