An open API service indexing awesome lists of open source software.

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.

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