An open API service indexing awesome lists of open source software.

https://github.com/arman2409/accounts-app


https://github.com/arman2409/accounts-app

Last synced: about 2 months ago
JSON representation

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.