Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Tanuj-tj/PortfolioGenerator
- Owner: Tanuj-tj
- Created: 2021-09-26T10:38:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T15:08:05.000Z (about 3 years ago)
- Last Synced: 2024-08-01T21:44:27.351Z (6 months ago)
- Topics: django, html-css-javascript, python3
- Language: CSS
- Homepage:
- Size: 2.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - 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. (CSS)
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)