GitXplorerGitXplorer
u

workout-app

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
3ea69a26c4ef9d6fa83efc452b4e17699b6664bc

Update README.md

uumutbozdag committed 2 years ago
Verified
079e91b3a93341f3bd137018d53e9b051414c9be

Update README.md

uumutbozdag committed 3 years ago
Unverified
eac8b2fda0430eae288ca15b39b24ae495b6bcf9

first commit

uumutbozdag committed 3 years ago

README

The README file for this repository.

Workout app

Requirements

  • You need to have Node.js in your system
  • You need to have MongoDB in your system
  • You need to have yarn or npm in your system

How to run project?

Backend

  • Go to 'backend' directory
  • Open terminal and type 'yarn' or 'npm install' to install dependencies
  • Type 'yarn dev' or 'npm run dev' to run backend project

Frontend

  • Go to 'frontend' directory
  • Open terminal and type 'yarn' or 'npm install' to install dependencies
  • Type 'yarn serve' or 'npm run serve' to run frontend project
  • You can run unit and snapshot tests by typing 'yarn test:unit' or 'npm run test:unit'

Screenshots

image image image image image