Skip to content

Aasthajain123/SEARCH-AND-LEARN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEARCH-AND-LEARN!!!

About

It does all the tedious job and brings all the significant details about tutorials offered by various educational sites at a single platform and all one has to do is choose the most suitable one for ourself and enjoy learning.

Development

  • Install all Backend Dependencies.
npm install
  • Install all Frontend Dependencies.
npm run client-install
  • Run Local MongoDB Server.

  • Run Development Server.

npm run dev

Testing

  • Create keys_test.js file in config folder with the following data:
module.exports = {
	mongoURI: YOUR_LOCAL_MONGO_SERVER_URI,
	secretOrKey: YOUR_SECRET,
	emailVerificationKey: YOUR_EMAIL_VERIFICATION_KEY
};
  • The emailVerificationKey can be found by creating an account here.

  • Run Tests.

npm test
  • Run Test Watch.
npm run test:watch

Technologies Used

Back End
Front End
State Management

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published