Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.29 KB

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.