anjorlar / emailer_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An app that automates surveying user's experience and also sending emails to user

App's base url

https://emaily-app-v1.herokuapp.com/

Landingpage

Screenshot 2022-04-25 at 13 49 21

Homepage

Screenshot 2022-04-25 at 14 09 42

To install or run on local machine

Download or clone

Open terminal inside the root directory of clone folder

To install all dependencies copy the command below and paste in the terminal you've opened

  npm install

or

npm i

Update environment variables check sample.env

To run this module

Cd into the server folder and

  • npm run dev to run both the server and client concurrently
  • npm run server to run the server only
  • npm run client to run the client only

About


Languages

Language:JavaScript 92.0%Language:HTML 5.2%Language:Shell 1.5%Language:CSS 1.2%