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

https://github.com/gokul988/resume-store-in-django-

In this project had resume store, bulid in Django and It use to view , create and update in admin portal .
https://github.com/gokul988/resume-store-in-django-

css css-animations database django django-application django-framework django-project html javascript sqlite sqlite3

Last synced: 3 months ago
JSON representation

In this project had resume store, bulid in Django and It use to view , create and update in admin portal .

Awesome Lists containing this project

README

        

# Resume Store in Django
This is a Django-based Resume Entry Form that allows users to add a Employee or Student details into a database. It demonstrates Django.

## Features
- ✅ Add Student and Employee Details to database
- ✅ Form validation using Django Forms
- ✅ Store data in a SQLite
- ✅ View and delete bike entries
- ✅ User-friendly interface

## 🛠️ Technologies Used
- Django
- HTML
- CSS
- javascript
- SQLite (Database)

## 🚀 Installation & Setup
1. Clone the Repository
``` bash
git clone https://github.com/GOKUL988/Resume-store-in-Django-.git
```

2. Navigate to the project folder:
``` bash
cd Resume-store-in-Django-
```
3. Install Dependencies
``` bash
pip install -r requirements.txt
```
4. Apply Migrations
``` bash
python manage.py migrate
```
5. Run the Development
``` bash
python manage.py runserver
```

## sample Images
![sample2](sample/img2.png)
#
![sample3](sample/img3.png)
#
![sample4](sample/img4.png)
#
![sample5](sample/img5.png)
#
![sample6](sample/img6.png)
#
![sample1](sample/img1.png)
#