https://github.com/bossbaby-baymax/mern_site
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bossbaby-baymax
- Language: JavaScript
- Default Branch: main
- Size: 686 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
<<<<<<< HEAD
MERN Stack Template

- M = MongoDB
- E = Express.js
- R = React.js
- N = Node.js
What is this template?
This template allows you to quick-start your Fullstack application using the MERN stack, it has a server setup with some basic authentication, and a client ready to communicate with the backend.
I have attempted to use the best practices for both ends, which should make it easy for any advanced/new developer to use, and perhaps learn from.

How to use this template
STEP 1:
Click "Use this template" to generate a
new repository.
Then open your terminal and clone your repository:
cd ~/Desktop
git clone https://github.com/[your-user-name]/[your-repo-name].git
STEP 2:
Go to the root of your repository's folder, and install all dependecies:
cd ~/Desktop/[your-repo-name]
npm install
STEP 3:
Prepare your MongoDB database (atlas,
community).
Then configure your database within server/constants/index.js, by configuring the MONGO_URI variable.
STEP 4: CODE !!!
To run the client and/or the server, you can do any of the following:
From the root of your project run:
npm start
OR
Open terminal #1 (backend)
cd ./server
npm start
Open terminal #2 (frontend)
cd ./client
npm start
mern_site
982ffebbe3e328878b28699e151c1cfc9db6f1f8
Owner
- Login: bossbaby-baymax
- Kind: user
- Repositories: 1
- Profile: https://github.com/bossbaby-baymax
GitHub Events
Total
- Push event: 1
- Create event: 2
Last Year
- Push event: 1
- Create event: 2
Dependencies
- 1489 dependencies
- @emotion/react ^11.5.0
- @emotion/styled ^11.3.0
- @fontsource/roboto ^4.5.1
- @mui/material ^5.0.6
- axios ^0.24.0
- react ^17.0.2
- react-dom ^17.0.2
- react-scripts ^4.0.3
- ansi-regex 5.0.1 development
- ansi-styles 4.3.0 development
- chalk 4.1.2 development
- cliui 7.0.4 development
- color-convert 2.0.1 development
- color-name 1.1.4 development
- concurrently 6.3.0 development
- date-fns 2.24.0 development
- emoji-regex 8.0.0 development
- escalade 3.1.1 development
- get-caller-file 2.0.5 development
- has-flag 4.0.0 development
- is-fullwidth-code-point 3.0.0 development
- lodash 4.17.21 development
- require-directory 2.1.1 development
- rxjs 6.6.7 development
- spawn-command 0.0.2-1 development
- string-width 4.2.3 development
- strip-ansi 6.0.1 development
- supports-color 7.2.0 development
- supports-color 8.1.1 development
- tree-kill 1.2.2 development
- tslib 1.14.1 development
- wrap-ansi 7.0.0 development
- y18n 5.0.8 development
- yargs 16.2.0 development
- yargs-parser 20.2.9 development
- concurrently ^6.3.0 development
- 262 dependencies
- nodemon ^2.0.14 development
- bcrypt ^5.0.1
- cors ^2.8.5
- dotenv ^10.0.0
- express ^4.17.1
- joi ^17.4.2
- jsonwebtoken ^8.5.1
- mongoose ^6.0.12