An open API service indexing awesome lists of open source software.

https://github.com/amifunny/wisdom


https://github.com/amifunny/wisdom

Last synced: 6 months ago
JSON representation

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=tokensecret

Run server -

cd backend
npm install
npm run start