Template for full stack development using passport and mongodb for user authentication
- Description
- Installation
- Start Running Server Locally
- Retrieve Code
- Contributor
- Questions
- Technolgies Used
Before pulling code make sure you have the following Software Downloaded
Required:
Visual Studio Code
Git Bash
Node.js
Mongodb
Optional:
Robo 3t
After software has been downloaded and set up you can download the repository
Below are required plugins if you want to use Sass
- Live Sass Compiler
- Live Server
You may retrieve the code on Github.com at this Repository
Make sure you are in the right folder path when following these steps
-
Before starting server make sure you start the mongodb server using the following command insed your gitbash
mongod
-
After starting mongodb server you can start you'll want to open another bash window
-
Install dependencies using the following command
npm install
-
Start the server using either of these commands
npm start
or
node server.js
-
Open local host and add/remove anything you please
You may contribute by following Ikemous on github.com!
Have any questions? Email Ikemous @ [email protected]