https://github.com/tanisha03/mern-tracker
A basic MERN stack project that keeps track of exercises of certain users
https://github.com/tanisha03/mern-tracker
Last synced: about 2 months ago
JSON representation
A basic MERN stack project that keeps track of exercises of certain users
- Host: GitHub
- URL: https://github.com/tanisha03/mern-tracker
- Owner: tanisha03
- Created: 2019-08-16T22:18:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:15:45.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:31:11.314Z (3 months ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mern-tracker
A basic MERN stack application which allows user to enter their tasks/activities which is managed by **MongoDb ATLAS** on the GCP cloud.
It uses React.js on the front-end and Node.js, express and MongoDb in the backend.## Installation
Use the basic git command to clone the repository in the favourable location~~~
git clone https://github.com/tanisha03/mern-tracker.git
~~~After the installation is complete, run the following command to ensure all the depencies have been installed in the node_modules
folder
~~~
npm install
~~~
## Usage
The backend folder manages the backend of the application. In order to run the node server use the commands```
cd backend
nodemon server
```In order to start the React.js application fully function, use the command
```
npm start
```The app finally starts to run on [localhost](http://localhost:3000/)