Skip to content

getlost01/connectuiet

Repository files navigation

UIET Connect


Developed a portal that provides news and updates about passed-out seniors and finding jobs/referrals, ensuring junior engagement with seniors, and building student networks. This app has three features - alum search, referral feeds, and fresh updates.
Visit this app here


🔧 Tools Used

  • NodeJS
  • Mongoose
  • Javascript / CSS / EJS
  • SHA256 / JWT / Firebase-storage
  • quill-editor

🔎 Preview


✌️ Contributing

Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Step 1: Clone The Repo

Fork the repository and then clone the repo locally by -

git clone https://github.com/getlost01/connectuiet.git

Step 2: Install Dependencies

jump into the directory

cd connectuiet

install all the dependencies

npm install

Step 3: Start Development Server

before starting the development Server
create .env file and add mongoDB url

MONGO_CONNECTION_URL= mongodb+srv://${ username }:${ password }@cluster0.auyyt.mongodb.net/MealPlanner?retryWrites=true&w=majority
SECRET= 'Your_Random_Secret_Code'

start the local server by

npm start

or start the local server on nodemon by

npm test

After running the development server the site should be running on https://localhost:3005


Give the project a ⭐ if you liked it.
Made with ❤️ and nodeJS.