Skip to content

Forum social network for Taft residents using Svelte, Sveltekit, Vite, and MongoDB.

Notifications You must be signed in to change notification settings

BorisVictoria/tafthanan-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAFTHANAN: WEB FORUM

Description

This repository contains the source code for Tafthanan, a centralized platform where condo owners can list their available spaces for rent, and existing tenants can easily browse and connect with them.. It is built using Svelte and SvelteKit for frontend and backend development, MongoDB Atlas for database management, and hosted on Vercel.

Building

Required Dependencies: Node.js, npm

  1. Download the "main" branch.
  2. Extract the zip file to a directory of your choosing.
  3. On your terminal of choice, run the following commands:
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
  1. The website will run on localhost:5173.

## Development

MongoDB+ Atlas

  1. Sign up for an account on MongoDB Atlas.
  2. Create a new cluster and follow the setup instructions.
  3. Once your cluster is set up, you can connect to it from your Svelte application using the MongoDB driver for Svelte.

Vercel

a cloud platform for static sites and serverless functions

Deploying the Application

  1. Sign up for an account on Vercel.

  2. Install Vercel CLI globally using npm:

    npm install -g vercel
  3. Login to your Vercel account using the CLI:

    vercel login
  4. Navigate to your SvelteKit project directory and run:

    vercel
  5. Follow the prompts to deploy your application.

About

Forum social network for Taft residents using Svelte, Sveltekit, Vite, and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •