DEV Community

Cover image for Complete Login / Signup System - MongoDB Atlas πŸš€
Jackson Kasi
Jackson Kasi Subscriber

Posted on

5 1

Complete Login / Signup System - MongoDB Atlas πŸš€

Overview of My Submission:

🎊The purpose of this project, you can build your own complete login system for your website, using MongoDB Atlas...


Submission Category: πŸ“’

Choose Your Own Adventure using MongoDB Atlas


Features: βš™

please see the video... 😁


Technologies Used: πŸ› 

  • Bootstrap
  • JavaScript
  • EJS
  • NodeJS
  • MongoDB Atlas
  • Mongoose
  • Heroku
  • nodemaile

Link to Code: ✨

GitHub

Complete Login / Signup System - MongoDB Atlas πŸš€


Overview:

🎊The purpose of this project, you can build your own complete login system for your website, using MongoDB Atlas...


Deployment commands: πŸ’»

Create a new directory, navigate to that directory in a terminal and clone the GitHub repository

git clone https://github.com/jacksonkasi0/login-system.git

Change directory to the pattern directory:

cd login-system 
Enter fullscreen mode Exit fullscreen mode

From the command line, you should Enter:

npm install 
node app.js
Enter fullscreen mode Exit fullscreen mode

Recouces





Postman Link: πŸ€ click here!


Video: πŸŽ₯

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video