Skip to content

Single Page full stack App using React,Redux,Node.js,Mongo,Webpack,Express

Notifications You must be signed in to change notification settings

bestpain/companyDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Single Page full stack App using React,Redux,Node.js,Mongo,Webpack,Express

Includes Authentication,Authorization,Forgot Password,Email Verification.

How to Start FrontEnd locally

1.Download the frontend folder.
2.Inside the frontend folder run npm install.
3.Build the project using npm run dev.
4.start the server using npm start.
5.visit in browser.

How to Start Backend locally

1.Download the backend folder.
2.Inside the backend folder run npm install.
3.configure db file inside db file to work with your local mongo db setup.
4.uncomment the addCompany() method inside index.js file to insert sample data into the database.
5.start the server using npm run dev.

Frontend technologies stack

JavaScript, React.js, Redux, Redux-Saga, Reselect,Webpack,Sass

Backend technologies stack

Node.js, Express, REST API, MongoDB,JWT
Click Here For Live Preview.

It is not using Server Side Rendering So it may take some time to load.
Loading time could  be improved using Server Side Rendering,Code splitting,Lazy Loading.
SignOut Function is not available so please refresh the page because authentication status is not being persisted in local storage.

About

Single Page full stack App using React,Redux,Node.js,Mongo,Webpack,Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages