Skip to content

Projeto da disciplina de Programação para Web. Implementação do backend

Notifications You must be signed in to change notification settings

YukioVN/aiqfome-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiqfome API

API REST using Node JS, just for training.

Status: Finished

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the Backend (Server)

# Clone this repository
$ git clone https://github.com/YukioVN/aiqfome-backend.git

# Access the project folder in your terminal
$ cd AIQFOME-BACKEND

# Install the dependencies
$ yarn install

# Run the application in development mode
$ yarn dev

# The application will open on the port: 3030 - go to http://localhost:3030

Tech Stack

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

Server (NodeJS)

See the file package.json

About

Projeto da disciplina de Programação para Web. Implementação do backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published