batzsh / challenge-01-node-concepts

Rocketseat Ignite - Node.js code challenge #01 response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’  Challenge 01 - Node.js Concepts

πŸ”₯ Ingnite Node.js challenge for proof of concepts.

GitHub language count Repository size GitHub last commit License Stargazers Made by henbalmant Stargazers

Status: Done πŸš€

πŸ’» About

This is a backend application that serves an API to register an user and manage to-dos tasks.

Project developed for Ignite offered by Rocketseat.


πŸš€ How to run this project

This project has only a backend application.

πŸ’‘ All requests needs the backend server up to work.

Requirements

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js, Yarn Besides that, is good to have an editor to visualize and navigate trough the code like VSCode

🎲 Running the backend server

# Clone this repository
$ git clone git@github.com:henbalmant/challenge-01-node-concepts.git

# Access the project folder with your terminal/cmd
$ cd challenge-01-node-concepts

# Install all dependencies
$ yarn install

# Runs application tests
$ yarn test

# Starts the development application
$ yarn dev

# The server will start on port:3333 - access http://localhost:3333

Run in Insomnia


πŸ›  Tech Stack

The following tools were used in the construction of the project:

🎲 Backend (NodeJS)

See package.json

Utilities


🦸 Author


Henrique Balmant
πŸš€

Gmail Badge Linkedin Badge

About

Rocketseat Ignite - Node.js code challenge #01 response


Languages

Language:JavaScript 100.0%