Skip to content

Latest commit

Β 

History

History
111 lines (74 loc) Β· 3.04 KB

File metadata and controls

111 lines (74 loc) Β· 3.04 KB

PROJECT CATALOG πŸ“š

Welcome to PROJECT CATALOG, a platform where students can refer to past projects added by admins/co-ordinators.

  • Next.js πŸš€
  • NextAuth.js πŸ”’
  • Mantine UI 🎨
  • Google Analytics πŸ“ˆ
  • MongoDB πŸƒ
  • Deployed on Vercel 🌐

User Roles and Permissions πŸ‘₯

  1. Simple User πŸ‘€

    • Can only view projects.
    • A new user is always a simple user
  2. Co-ordinator πŸ› οΈ

    • Can add a project.
    • Can view projects.
    • Username : 10@gmail.com
    • Password : 10
  3. Admin πŸ‘‘

    • Can add projects.
    • Can view projects.
    • Can promote/demote a user or co-ordinator.
    • Username : 1@gmail.com
    • Password : 1

Live Deployment 🌍

The web app is currently live and can be accessed here.

Installation and Setup πŸš€

To get started with the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/neeramrutia/nextjs_project_manager.git
  2. Navigate to the project directory:

    cd project-catalog
  3. Install dependencies:

    npm install
  4. Set up env file

    Create a .env.local file in the root of the project and add the necessary environment variables. Refer to .env.example for guidance.

  5. Run dev server

    npm run dev
    

Technologies Used πŸ› οΈ

  • Next.js: The React framework for production.
  • NextAuth.js: Authentication for Next.js applications.
  • Mantine UI: A fully featured React components library.
  • Google Analytics: For tracking and reporting website traffic.
  • MongoDB: A NoSQL database for storing project data.
  • Vercel: Deployment platform for frontend frameworks and static sites.

Contributing 🀝

We welcome contributions! Please open an issue or submit a pull request.

Steps to Add Your Project πŸ“

Follow these steps to add your project to the PROJECT CATALOG:

  1. Clone the repository:

    git clone https://github.com/neeramrutia/nextjs_project_manager.git
    
  2. Update the Add_your_project.json file:

    Fill in the required details about your project in the Add_your_project.json file (Add project info as a JSON object in the projects Array). Include the following information:

    • Project Name
    • Max 5 Screenshots (add to Screen-shots folder)
    • Description
    • Names of Members Contributed in Your Project
    • Tech Stack Used (Max 5)
    • Short 2 Min Video Explaining Your Project (Optional) (Add a folder(name should be same as projects name) containing the video to VIDEOS folder)
    • Mentor's Name (Optional)
    • Readme (Add a folder to the README Folder containing th readme file)
    • Github Link
    • Deployed project link(optional)
  3. Submit a pull request:

    Submit a pull request with your updated Add_your_project.jsson file. Wait for your request to be merged, and your project will be added to the list of all projects.

License πŸ“œ

This project is licensed under the MIT License.


Happy coding! πŸ’»βœ¨