Skip to content

rabin245/election_app_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Election Dapp

The api used for auth in Election Dapp built with Node.js

Checkout to the sepolia-testnet branch to browse the deployed api code.


Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --version and get an ouput like: vx.x.x

Install

$ git clone https://github.com/rabin245/election_app_api.git
$ cd election_app_api
$ npm install

Configure app

Open .env.example then rename it to .env and set the evironment variables for the api.

  • A secret key for jsonwebtoken
  • The MongoDB connection uri
  • Outlook email and password for nodemailer package

Running the project

$ npm run dev

Simple build for production

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors