Arman2409 / Accounts-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
npm install

to install all necesary dependencies.

  1. Run command
npm run build

to build the project locally.

  1. Run command
npm run dev

to start the local server.

To run the server you will need to

  1. Run command
npm install

to install all necessary dependencies.

  1. Run command
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.

About


Languages

Language:TypeScript 83.9%Language:JavaScript 8.6%Language:SCSS 3.4%Language:CSS 3.0%Language:Shell 1.1%