Skip to content

A full stack project made with React and Node for people to upvoting their favorite buddhist sites

License

Notifications You must be signed in to change notification settings

stevemu/votebud

Repository files navigation

Best buddhist site

A full stack project made with React and Node for people to upvoting their favorite buddhist sites

Url: https://votebud.stevemu.com/

How to Start Developing

Set up dotenv file at dotenv/development.env

JWT_SECRET=abc
MONGO_URI="YOUR MONGODB URI"
PORT=7000
NODE_ENV=development

run commands

npm i
npm run start-dev

How to Deploy to Production

Set up dotenv file at dotenv/production.env

JWT_SECRET=abc
MONGO_URI="your mongo URI"
PORT=7000
NODE_ENV=production

run commands

cd client
npm i
npm run build
cd ..
npm i
npm run start-prod

About

A full stack project made with React and Node for people to upvoting their favorite buddhist sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published