Skip to content

ehhdang/AuthenticVietnamServer_public

Repository files navigation

Authentic Vietnam Server

This project uses Node.js, Passport, and MongoDB to create a backend server for the AuthenticVietnam application

Generate jwtRSA key pair

  1. Create a bin folder in your project directory and navigate into it
mkdir bin
cd bin
  1. Generate the private key. DO NOT add a pass phrase. Simply hit ENTER when prompted to enter a pass phrase
ssh-keygen -t rsa -b 4096 -m PEM -f private.key
  1. Generate the public key.
openssl rsa -in private.key -pubout -outform PEM -out public.key
  1. Navigate back to the project folder
cd ..

Development server

Run npm start in the terminal.

Run this backend server before serving the AuthenticVietnam project.

Hit Ctrl+C to terminate the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published