https://github.com/gthomas08/exercise-tracker
freeCodeCamp Exercise Tracker
https://github.com/gthomas08/exercise-tracker
express freecodecamp javascript mongodb nodejs
Last synced: 4 months ago
JSON representation
freeCodeCamp Exercise Tracker
- Host: GitHub
- URL: https://github.com/gthomas08/exercise-tracker
- Owner: gthomas08
- Created: 2021-09-09T14:08:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T14:20:49.000Z (about 2 years ago)
- Last Synced: 2025-01-21T03:41:44.342Z (5 months ago)
- Topics: express, freecodecamp, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage: https://exercise-tracker.gthomas10.repl.co
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Tracker
[](https://repl.it/github/gthomas10/Exercise-Tracker)
## About The Project
This project is part of the FreeCodeCamp Back End Development and APIs curriculum.
You can find more information [here](https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/exercise-tracker).
### Built With
* [Node.js](https://nodejs.org)
* [Express](https://expressjs.com)
* [MongoDB](https://www.mongodb.com)## Getting Started
### Prerequisites
* [Node.js](https://nodejs.org/)
### Installation
1. Clone the repo
```bash
git clone https://github.com/gthomas08/Exercise-Tracker.git
```
2. Go to project directory
```bash
cd Exercise-Tracker
```
3. Install npm packages
```bash
npm install
```
4. Add the following environment variable to .env file`MONGO_URI`
## Usage
Start the application
```bash
npm start
```Test that the project is running by going to http://localhost:8080.