This project is a basic authentication application built using JWT (JSON Web Tokens) for authentication and a simple admin panel theme for the user interface.
- User authentication using JWT
- Admin panel interface for managing users
- Simple and customizable admin panel theme
-
Frontend:
- Angular - A JavaScript library for building user interfaces.
-
Backend:
-
Install
nvmusing one of these -
Install
make -
Below commands that has to be ran before using this repo
nvm install 18.18.0
nvm use 18.18.0
npm i -g nx pnpm yarn npm env-cmd @angular/cli @nrwl/cli @nx/workspace @nestjs/cli rimraf pm2 react- Clone the Repository:
git clone https://github.com/naushadnizarali/basic-auth-app.git
cd basic-auth-app-
Install Dependencies:
Go to the root of repo and run below to install node dependencies
pnpm install-
Serving applications
To start the development server of frontend angular application run
nx run web-portal:serveTo start the development server of backend node application run
nx run gateway:serveTo start all application at once run
nx run-many --target=serve --projects=web-portal,gatewayIf you happen to use Nx plugins, you can leverage code generators that might come with it.
Run nx list to get a list of available plugins and whether they have generators. Then run nx list <plugin-name> to see what generators are available.
Learn more about Nx generators on the docs.
We welcome contributions! To contribute to the Smart Contracts project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
Please ensure that your code follows the project's coding standards and includes relevant tests.
This project is licensed under the MIT License.
We appreciate all contributors and the open-source community for their support and feedback.
Feel free to reach out with questions, feedback, or feature requests.
Happy coding and estimating!