Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tanuj-tj/PortfolioGenerator

DevSearch is a Professional Portfolio generator web application where users are allowed to maintain their profiles, add projects, and also can interact with one another.
https://github.com/Tanuj-tj/PortfolioGenerator

django html-css-javascript python3

Last synced: 3 months ago
JSON representation

DevSearch is a Professional Portfolio generator web application where users are allowed to maintain their profiles, add projects, and also can interact with one another.

Awesome Lists containing this project

README

        

# PortfolioGenerator

### About
---
DevSearch is a Professional Portfolio generator web application where users are allowed to maintain their profiles, add projects, and also can interact with one another.

### Installation
---
* clone repo https://github.com/Tanuj-tj/PortfolioGenerator.git
* create a virtual environment and activate
- pip install virtualenv
- virtualenv env
- env\scripts\activate
* cd into project "cd PortfolioGenerator"
* pip install -r requirements.txt
* python manage.py runserver

### Features
---
* Share Projects
* Message other developers
* Rate others work
* Search other developers

### Project Overview
---
* Database Design and Models
* Static Files
* User Registration & Authenticaiton
* Search
* Pagination
* Building an API with Django REST Framework (DRF)
* Deployment

### Apps
---
* portfolioGenerator (Main Applicaion)
* projects
* users

### Models
---
* Users
* Profile
* Message
* Skill
* Project
* Review
* Tag

### Upnext
---
* Add Messages Model
* DataBase (MySql)
* Deployemnt (AWS)

### Database Schema
---
![image](https://user-images.githubusercontent.com/63875409/137578201-0f762510-672e-4358-8fc1-8d9af6325318.png)