https://github.com/amifunny/wisdom
https://github.com/amifunny/wisdom
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amifunny/wisdom
- Owner: amifunny
- Created: 2022-11-18T12:28:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T15:43:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T09:13:47.237Z (8 months ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WisdomCircle
### Clone repo using -
git clone https://github.com/amifunny/wisdom.git
### To start frontend server -
cd client_frontend
npm install
npm run start### To start backend server -
Create `.env` file in `/backend` folder with following key and values -
Example .env file-
MONGODB_URL=mongodb+srv://{ your connection string here}
PORT=5000
PASSWORD_SECRET=passwordsecret
TOKEN_SECRET=tokensecretRun server -
cd backend
npm install
npm run start