Skip to content

msarar/mern-workout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create .env file: backend/.env add the following:

PORT=4000
MONGO_URL=<mongo_url_from_atlas>
JSW_SECRET=<random_secret>

Create .env file: frontend/.env add the following:

REACT_APP_BASE_URL=http://localhost:4000

To run using docker: from root directory of repo run docker compose up --build -d

to run without docker (from root of repo):

cd backend
npm install
npm run dev
cd frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published