Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔥
- Host: GitHub
- URL: https://github.com/MalwarePerseus/Leads-MVP-NodeJS
- Owner: MalwarePerseus
- Created: 2020-05-30T15:43:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T22:51:58.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:19:55.515Z (3 months ago)
- Topics: express, expressjs, javascript, node, node-js, node-js-express, nodejs, nodemon, passport-local, sequelize
- Language: JavaScript
- Homepage:
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - Leads-MVP-NodeJS - 🚀⚡️ Blazing fast Leads Collection MVP Web App built with Express & NodeJS 🔥 (JavaScript)
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.