Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keshavabanda/workout-buddy-fullstack
This is Simple MEAN STACK App
https://github.com/keshavabanda/workout-buddy-fullstack
angular encryption-decryption express html-css-javascript javascript-library jsonwebtoken jwt local-environment models mongodb mongoose node routes schema typescript ui-design
Last synced: 11 days ago
JSON representation
This is Simple MEAN STACK App
- Host: GitHub
- URL: https://github.com/keshavabanda/workout-buddy-fullstack
- Owner: keshavaBanda
- Created: 2024-03-11T18:28:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T19:05:46.000Z (8 months ago)
- Last Synced: 2024-03-12T20:02:55.142Z (8 months ago)
- Topics: angular, encryption-decryption, express, html-css-javascript, javascript-library, jsonwebtoken, jwt, local-environment, models, mongodb, mongoose, node, routes, schema, typescript, ui-design
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workout-buddy-fullstack
To Run the app use below command
```sh
$ npm install && npm start
```
To Run the only backend app use below command
```sh
$ cd backend && npm install && npm start
```
To Run the only frontend app use below command
```sh
$ cd frontend && npm install && npm start
```