Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MalwarePerseus/Leads-MVP-NodeJS

🚀⚡️ Blazing fast Leads Collection MVP Web App built with Express & NodeJS 🔥
https://github.com/MalwarePerseus/Leads-MVP-NodeJS

express expressjs javascript node node-js node-js-express nodejs nodemon passport-local sequelize

Last synced: 8 days ago
JSON representation

🚀⚡️ Blazing fast Leads Collection MVP Web App built with Express & NodeJS 🔥

Awesome Lists containing this project

README

        

# Leads-MVP-NodeJS
🚀⚡️ Blazing fast Leads Collection MVP Web App built with Express & NodeJS 🔥
MAde this while learning Express js.
Users can submit leads.
Authentication Using PassportJS.
Admin can See and Edit or Delete Leads.

# Installation

* Make sure you have Node.js installed.
* After that, Clone or download the Repo.
* Open A Command line and type ```npm install``` to install all the Modules.
{Make sure you are in the Correct Directory}
* After that type ```npm start```.
* And head over to ```http://localhost:3000``` or ```http://127.0.0.1:3000``` to run the Site.