Skip to content

DevelopHowTo/student-mentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

student-mentor

Instructions to start both the client side and server side.

Steps to run api server:

1.) Start mongodb locally on your system. 2.) Open your terminal/cmd in 'api' folder and run 'npm install' to install all the dependencies. 3.) While in 'api' folder run 'npm run server' and let the server start.

Steps to run client server:

1.) Make sure the api server is running first! 2.) Open your terminal/cmd inside 'client' folder and run 'npm install' to install the dependencies. 3.) While in 'client' folder run 'npm start' and let the client server start.

IMPORTANT!

In api/config/keys.js file replace your credentials for mail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published