https://github.com/arman2409/accounts-app
https://github.com/arman2409/accounts-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arman2409/accounts-app
- Owner: Arman2409
- Created: 2023-02-08T20:56:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T13:57:55.000Z (over 2 years ago)
- Last Synced: 2025-02-14T08:47:42.878Z (4 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accounts app
The project is made using Next.js/Nest.js stack.To run frontend and backend, you will need to run them separately.
****To run the client you will need to****
1. Run command
```node
npm install
```to install all necesary dependencies.
2. Run command
```node
npm run build
```to build the project locally.
3. Run command
```node
npm run dev
```to start the local server.
****To run the server you will need to****
1. Run command
```node
npm install
```to install all necessary dependencies.
2. Run command
```node
npm run start:dev
```to run local server.
Note: You will be using my MongoDB database for fetching the data.
You can change it from .env file in server.