Code Monkey home page Code Monkey logo

mailer-app's Introduction

Mailer App

An App to manange your email campaigns.

Acknowledgements

Authors

Tech Stack

Client: React, React Admin, React Router v6

Server: Node, Express, MySQL RCM

Screenshots

Login Screen Screenshot Dashboard Screenshot

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_HOST DATABASE_USER DATABASE_PASS DATABASE_DB JWT_SECRET CRYPTR

Run Locally

Clone the project

Import the MySQL file (mailerApp.sql)

Go to the project directory backend

  cd backend

create .env.* file, Set all secrets inside

  • DATABASE_HOST
  • DATABASE_USER
  • DATABASE_PASS
  • DATABASE_DB
  • JWT_SECRET
  • CRYPTR

Install dependencies

  npm install

Start the server

  npm run start

it automatically starts the server with development mode

Go to the project directory client

  cd ..
  cd client

set backend url inside apiUrl path: /client/src/config/index.js

Install dependencies

  npm install

Start the frontend

  npm run start

the login credentials for the first time are

user: sameer / password: 12345678

To create new admin

you can create a new admin by sending a post request on url /user/create with body {username and password} also send the auth token in header x-access-token which you will get from application local storage

Support

For support, email me @ [email protected]

Feedback

If you have any feedback, please reach out to me at [email protected]

License

MIT

mailer-app's People

Contributors

sameerwasim avatar

Watchers

 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.