Towney, An innovative platform that helps content creators find & connect with top production teams to turn their scripts and ideas into reality. Whether you're working on a film, advertisement, or any media project, Towney simplifies the process of bringing your vision to life in content cretion.
- Find Production Teams: Discover top-rated teams and individuals to work with on your project.
- Connect & Collaborate: Seamlessly communicate with teams and keep all your collaboration efforts in one place.
- Manage Projects: Track progress, timelines, and milestones from start to finish.
- Real-Time Updates: Stay updated with project developments and changes through live notifications.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js, MongoDB
- Hosting: Vercel
- Database: MongoDB
To get a local copy of the Towney Web Application up and running, follow these steps.
Ensure you have the following installed on your system:
- Node.js (version 14 or higher)
- MongoDB
-
Clone the repository:
git clone https://github.com/Hashara13/Towney-WebApplication.git
-
Navigate to the project directory:
cd Towney-WebApplication
-
Install the dependencies:
npm install
-
Set up the MongoDB database connection in
.env
:MONGO_URI=mongodb://localhost:27017/towney
-
Run the development server:
npm run dev
-
Open http://localhost:3000 to view it in your browser.
To run the Towney Web Application using Docker, follow these steps:
-
Ensure you have Docker and Docker Compose installed on your system.
-
Build and start the Docker containers:
docker-compose up --build