Skip to content

CRUD App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend and Mongo DB as database!

Notifications You must be signed in to change notification settings

AshishDaingwal/payhack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayHack💻


🎲 Run application

To run the application on the web, follow the instructions :

  • make sure you are inside the project's folder on VScode
  • open up a terminal
  • run cd client
  • run npm install to install the client dependencies of the project
  • then run npm start to run the application, will open at the address localhost:3000
  • open up a new terminal
  • run cd server
  • run npm install to install the API dependencies of the project
  • then run npm run devStart to run the API, will open at the address localhost:3004


About

CRUD App using MERN Stack, it uses ReactJS for Front-end, NodeJS, Express For the Backend and Mongo DB as database!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • SCSS 19.9%
  • HTML 2.4%