It is an e-commerce website for supporting and encouraging rural women of India.
This application is being built using MERN.
- Make sure Node.js is installed in your system.
- Fork this repository.
- Clone the forked repository:
git clone https://github.com/rajoriaakash/Bliss-Weavers.git
- Make a folder named
config
insidesrc
. - Create a file named
default.json
insideconfig
. - Add your MongoDb connection url inside this file as :
{
"dbURI": "YOUR DB URI",
"jwtsecret": "your jwt secret",
"StripeAPIKey": "YOUR STRIPE SECRET API KEY"
}
- Run the app by typing
nodemon
in terminal.