A MERN project (MongoDB, Express.js, React, Node.js)
# Create .env file
> touch .env
#add MONGODB_URI="YOUR_DB_CREDENTIALS" in .env file
# Setup & Run server
yarn install
yarn server
# Run client
cd client/
yarn install
yarn start
| Name | Name | Last commit date | ||
|---|---|---|---|---|