Skip to content

AstralWatcher/web_node_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web_node_react

Integrated web node react app - ⋅⋅* Backend: Node.js + express + mongoose ⋅⋅* Frontend: React + redux ⋅⋅* Database: MongoDB

If first time starting:
node -> npm install
react -> yarn install (maybe npm can also be used)

Running applications:

  1. Run Mongoose database (while in mongoose folder) -> "C:\Program Files\MongoDB\Server\4.4\bin\mongod.exe" --dbpath=data --bind_ip=127.0.0.1
  2. Run Backend (while in node folder) -> npm start
  3. Run frontend (while in react folder) -> yarn start

Yarn install: https://yarnpkg.com/
Npm install: https://nodejs.org/en/

For further readme modifications look at Readme Cheatsheet

About

Integrated web node react app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages