- Run
npm install
in backendium and frontendium. - Create file called
.env
in backendium. - Add the following to the .env file. Replace content with the Mongo Atlas Client URI, AWS access key, and secret access key without quotes.
MONGO_URI="PASTE MONGO DB CLUSTER HERE" AWS_S3_ACCESS_KEY_ID=ACCESS_KEY AWS_S3_SECRET_ACCESS_KEY=SECRET_ACCESS_KEY
- Create file called
credentials
with no extension inC:\Users\USER_NAME\.aws
. - Add the following to the credentials file. Replace ACCESS_KEY and SECRET_ACCESS_KEY with the AWS access key and secret access key without quotes.
[default] aws_access_key_id=ACCESS_KEY aws_secret_access_key=SECRET_ACCESS_KEY
- Navigate to frontendium and run
npm run dev
.
-
Notifications
You must be signed in to change notification settings - Fork 0
realCalvin/CmpEndium
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published