Table of Contents
This is a social media platform where users can post their opinions and thoughts while remaining anonymous without being judged , threatened , humilated . Other users can upvote and downvote the anonymous opinions and can also comment on posts . Only the person who posted can see their own name , others will not be able to see it.
A code editor .
Google console project with client id and secret.
- Get your client Id and client secret key from google console project.
- Clone the repo
git clone https://github.com/huzaifac137/be-anonymous.git
- Install NPM packages
npm install
- Create your .env file in root dir and include following keys:
CLIENT_ID=... ClIENT_SECRET=... NEXTAUTH_SECRET=.... NEXTAUTH_URL=http://localhost:3000 NEXT_PUBLIC_VERCEL_URL=http://localhost:3000 NEXT_PUBLIC_MONGO_URI=......
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request