Skip to content

NandaKishorJeripothula/MERN-Application_Upload_Blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Application with MongoDB as database

This application uses the mongoose package to save the user demographic data and an image to mongoDB

To run the application

ServerSide

  • Add your mongoDB server url and database of your wish ( Collection is predefined in the code.) in the server.js in the server directory
  • run
npm install
node start 
  • If any errors are raised with DB Connection, they will be logged in terminal.

Client Side

  • Run following commands in client directory
npm install
npm start 

To maintain client server module differently ( may be in different servers), concurrent execusion of both server and client with single command is excluded. Can be added on user interest.

Upon retrieval the data is loaded as a list instead of grid, will update the feature as soon as possible.

Admin Secret is any random integer with length >1 and can be modified according to the needs(You may check it in Get_All_Uploads Page ).

About

Its a MERN application to upload the text and binary data to the mongoDB database with mongoose package, NodeJS as Backend(Server) and reactJS as the frontend(Client)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published