The application was created to support requests made by the MyWallet front-end project to the back-end. The technologies used include Node.js, Javascript, and MongoDB.
You can access the project's source code or download it.
After downloading the project, you can open it with Visual Studio Code. To do this, on the launcher screen, click:
- File > Open Folder
- Locate the project's location and select it (If the project is downloaded as a zip file, it needs to be extracted before locating it.)
- Finally, click Open
- Then open the terminal and install the dependencies with the following command:
npm install
- Run MongoDB on your machine and update the .env file with the server link
- Execute the project with the following command:
node app.js
- To test the requests, use the front-end or Thunder Client.
A aplicação foi feita com o objetivo de dar suporte as requisições feitas pelo projeto MyWallet ao back-end. Foram utilizadas as tecnologias: Node.js, Javascript e MongoDB.
Você pode acessar o código fonte do projeto ou baixá-lo.
Após baixar o projeto, você pode abri-lo com o Visual Studio Code. Para isso, na tela de launcher clique em:
- File > Open Folder
- Procure o local onde o projeto está e o selecione (Caso o projeto seja baixado via zip, é necessário extraí-lo antes de procurá-lo)
- Por fim clique em Abrir
- Em seguida abra o terminal e instale as dependências com o seguinte comando:
npm install
- Rode o MongoDB na sua máquina e atualize o .env com o link do servidor
- Execute o projeto com o seguinte comando:
node app.js
- Para testar as requisições utilize o front-end ou o Thunder Client.