Welcome to Angular TailwindCSS Forum! This project is a modern forum application leveraging the power of Angular, TailwindCSS for the frontend, and SQLite with Prisma for the backend.
Angular TailwindCSS Forum is designed to provide a smooth and responsive user experience for forum interactions. Itβs built with modern web technologies to ensure scalability, maintainability, and high performance.
Follow these instructions to set up and run the project locally.
Clone the repository:
git clone https://github.com/yourusername/angular-tailwindcss-forum.git
cd angular-tailwindcss-forum
Install frontend dependencies:
npm install
Install backend dependencies:
cd backend
npm install
Set up the database:
```bash npx prisma migrate dev
Start the development server:
ng serve
Run the backend:
cd backend
npm run dev
Open the app in your browser:
Visit http://localhost:4200 to view the forum.
Contributions are what make the open-source community such an amazing place to be. Any contributions you make are greatly appreciated.
Distributed under the MIT License. See LICENSE for more information.
JoΓ£o Victor - borges.jvdo@gmail.com
Project Link: https://github.com/victorborges97/angular-tailwindcss-forum