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
- NodeJS
- Mongoose
- Javascript / CSS / EJS
- SHA256 / JWT / Firebase-storage
- quill-editor
Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.
Fork the repository and then clone the repo locally by -
git clone https://github.com/getlost01/connectuiet.git
jump into the directory
cd connectuiet
install all the dependencies
npm install
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.