A web application in order to take the peace pledge which is signed by all in order to pledge that they want peace no matter what BS their governments want to happen. Goal is to reach all the 7 billion people for sure. :)
LIVE DEMO: https://damp-ridge-2114.herokuapp.com/
This project is made as a GCI Task with organization FOSSASIA. Thank you FOSSASIA. Please feel free to make open source contributions we need you.
In order to run it locally first clone this github repo.
After cloning this repo in the main directory run this command
npm insall
The two environment variables you need to configure are
You can configure them in config.js file for development environment but for production the procedure can vary.
After doing the above steps run command
npm start (to start the server)
The server listens by default on localhost:3000 but you can change it by configuring these two environment variables
GNU GPL v3.0 (see LICENSE)