Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.82 KB

Express Template w/Authentication

Description

This is an express template with user authentication baked in ready to connect to your favorite front-end technology. It utilizes Passport, and jsonwebtoken for authentication purposes with basic auth routes for logging in and registering are already defined. Baked in is a forgot password feature that utilizes handlebars to send a template of your styling choice to the user with nodemailer.


Table of Contents


Installation Instructions

Once cloned down you can cd into the back-end directory and run "npm install" to install all necessary dependencies


Usage Information

There is an option on this repository that says "Use this template" by clicking this you can create a new repository that will have all of the files and folders of this repository to get you started.

NPM Commands

  • npm start - This will start the server and the client simultaneously.
  • npm run lint - This will run an eslint fix
  • npm run data:import - This will run the seeder to seed the database.
  • npm run data:destroy - This will run the seeder to destroy all data in the database.

License

This project is utilizing the MIT license


Contribution Guidelines

This project is fully open source, any pull requests for improvements will be reviewed.


Questions

If there are further questions please contact me with the following.

Github - AndrewMorrow

Email: beardedmongo@gmail.com