Giter VIP home page Giter VIP logo

email-sender's Introduction

Email-Sender

Build Status

Task:

  • As a Sender I want to be able to list recipients in a table
  • As a Sender I want to upload CSV-files with recipients (see Mock data below)
  • As a Sender I want to be able to add a recipient using a form
  • As a Sender I want to be able to select recipients
  • As a Sender I want to delete selected recipients

Clone repo run this command

git clone [email protected]:rjkhan/Email-Sender.git

Requirments

npm verison 6.4.1 or above

To Run Server for API:

go to server directory For first Time run (To install packages that are required for this project)

npm install 

database configure

upload your database file on /server/db with file name mydb.db in a folder or put a database file path name in file /server/db/connection.js

npm start 

Server will be start at address

http://127.0.0.1:4000/

you can also run server on different port by changing the port number.

To Run Server for FrontEnd:

go to server directory then For first Time run (To install packages that are required for this project)

npm install 

after that

npm start (for dev mode) 
npm build (for production mode) 

the server for frontend should be run on seperater terminal. The server will run on the following Ip address

http://127.0.0.1:3000/

Download data file

for sample run the following command in terminal(mac or linux) or cmd(windos)

curl "https://api.mockaroo.com/api/81eabc20?count=100&key=81c4cd50"

email-sender's People

Contributors

rabnawazjansher avatar

Watchers

Rabnawaz Jansher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.