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.
- Installation Instructions
- Usage Information
- License
- Contribution Guidelines
- Test Instructions
- Questions
Once cloned down you can cd into the back-end directory and run "npm install" to install all necessary dependencies
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 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.
This project is utilizing the MIT license
This project is fully open source, any pull requests for improvements will be reviewed.
If there are further questions please contact me with the following.
Github - AndrewMorrow
Email: beardedmongo@gmail.com