(Translated by https://www.hiragana.jp/)
GitHub - MaiconMares/Git_Network: An application built with ReactJS and NodeJS + Express + MongoDB (Atlas). The purpose of this app is learn how to consume data of an extern API, capture and store them into an online database.
Skip to content

An application built with ReactJS and NodeJS + Express + MongoDB (Atlas). The purpose of this app is learn how to consume data of an extern API, capture and store them into an online database.

Notifications You must be signed in to change notification settings

MaiconMares/Git_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git_Network

About

An application built with ReactJS and NodeJS + Express + MongoDB (Atlas). The purpose of this app is learn how to consume data of an extern API, capture and store them into an online database.

Application working in image below. It's a well-known CRUD.

A responsive application made for large and small screens:

Getting started

Prerequisites

  1. Git
  2. Yarn: see yarn website for installation instructions
  3. Node: any 12.x version starting with 12.0 or greater
  4. A fork of this repo
  5. ReactJS: see ReactJS.org for installation in your local machine

Installation - frontend

  1. cd Git_Network/frontend/git_network to go to the frontend directory.
  2. run yarn to install the npm dependencies

Installation - backend

  1. cd Git_Network/backend/ to go to the backend root directory.
  2. run npm install to install Node dependencies.

Running locally

Frontend

  1. Inside Git_Network/frontend/git_network directory, run yarn start to start the development server. After, automatically a web page will opened in your browser.

Backend

  1. In the backend's root directory (Git_Network/backend/), run npm run dev to start the backend server.

Observations

⚠️ It's probably, sometimes, you will can't access the MongoDB online database, because he's protected by extern IP's.

Note

I will really enjoy if you fork my repository, make pull requests and give me tips about how I can improve my software engineering skills.

About

An application built with ReactJS and NodeJS + Express + MongoDB (Atlas). The purpose of this app is learn how to consume data of an extern API, capture and store them into an online database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published