https://github.com/abhi-aro/work_it_out
Free Code Camp's MERN stack Tutorial project with Personal notes and documentation.
https://github.com/abhi-aro/work_it_out
full-stack mern-project mern-stack project
Last synced: 8 months ago
JSON representation
Free Code Camp's MERN stack Tutorial project with Personal notes and documentation.
- Host: GitHub
- URL: https://github.com/abhi-aro/work_it_out
- Owner: abhi-aro
- Created: 2022-11-08T05:08:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T17:54:08.000Z (over 3 years ago)
- Last Synced: 2025-06-21T00:05:27.498Z (about 1 year ago)
- Topics: full-stack, mern-project, mern-stack, project
- Language: JavaScript
- Homepage: https://work-it-out.vercel.app
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Tracker web app
> This repo contains [free code camp's MERN stack project](https://youtu.be/7CqJlxBYj-M) with my personal notes and documentation on how to get started.
**NOTE:** FreeCodeCamp's video has Class based code, whereas I use Functional Programming.
### Table of Content
1. [Intro to MERN](./Documentation/MERN.md)
- [MongoDB](./Documentation/MERN.md/#mongo)
- [Express](./Documentation/MERN.md/#express)
- [React](./Documentation/MERN.md/#react)
- [Next.js](./Documentation/MERN.md/#next)
1. [Initializing the Project](./Documentation/Getting%20Started.md)
- [Frontend](./Documentation/Getting%20Started.md/#Frontend)
- [Backend](./Documentation/Getting%20Started.md/#backend)
- [Database](./Documentation/steps%20to%20build%20cluster.md)
1. Environment Variables
- Backend
- ATLAS_URI
- PORT
- Frontend
- REACT_APP_BACKEND_URL