https://github.com/massacre-saint/codeconfidence-server
This repository is the server-side to Coding Confidence, a final, full stack capstone. This repository uses Python and Django to create Restful API's with SQLite.
https://github.com/massacre-saint/codeconfidence-server
django django-rest-framework python python3 sql sqlite sqlite3
Last synced: 12 months ago
JSON representation
This repository is the server-side to Coding Confidence, a final, full stack capstone. This repository uses Python and Django to create Restful API's with SQLite.
- Host: GitHub
- URL: https://github.com/massacre-saint/codeconfidence-server
- Owner: Massacre-Saint
- Created: 2023-02-08T23:45:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T21:18:57.000Z (about 2 years ago)
- Last Synced: 2025-01-05T13:27:40.479Z (about 1 year ago)
- Topics: django, django-rest-framework, python, python3, sql, sqlite, sqlite3
- Language: Python
- Homepage: https://code-confidence.netlify.app/
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Full-Stack Capstone: Code-Confidence
Code Confidence is a project I designed for my final capstone at Nashville Software School. This app was inspired by my learning journey of becoming a full-stack software engineer at NSS and the issues I came across. The intended purpose of this app is to help keep the scope of what you're learning limited to what you know versus what you don't know. To achieve this, the user can add technologies they know and keep track of the goals and respective topics they set for themselves
## Code Confidence Server Side
Looking for Client Side?
Explore the docs »
## Appendix
- Walkthrough Overview
- Features
- Deployement
- Installations
- Running Locally
- Testing
- Roadmap
- Planning
- Feedback
- Acknowldegements
- Tech Stack and Resources
## Walkthrough
[Loom Video]()
## Features
- Login in with Google
- Easy creation using Google Firebase.
- Stay motivated with postive affirmations.
- Responsive designed centered for Desktop.
- Select All feature allows for easy creation.
- Search, filter, and toggle topics and goals.
- CRUD on Goals and Topics.
- Create Goals and Topics for the technology you're learning
- Track the progress of you learning goals.
- Explore programming languages, frameworks, and libraries
- Create and assign your browser bookmarks through the app(comming soon).
## Deployement

Netlify Deployed Site
## Installations
To run this locally you will need to have these installations complete:
- python
- pipenv
- django
- autopep8
- pylint
- djangorestframework
- django-cors-headers
- pylint-django
Please follow instructions for downloading Python and packages.
### Download Instructions
#### Mac Users
[Mac Installations](/mac_installations.md)
#### Windows Users
[Windows Installation](/windows_installations.md)
## Running Locally
Clone the project
```bash
git clone https://github.com/Massacre-Saint/Code-Confidence-Server.git
```
Go to the project directory
```bash
cd Code-Confidence-Server
```
Install Packages & Setup Virtual Enviroment
```bash
pipenv install
```
```bash
pipenv shell
```
Make Mirgations
```bash
python manage.py makemigrations ccapi
```
```bash
python manage.py migrate
```
Seed the Database
```bash
python manage.py loaddata messages
```
```bash
python manage.py loaddata tech
```
Start the server
```bash
python manage.py runserver
```
If you're not able to run server make sure your virtual enviroment is running.
## Testing
### Testing Messages
Endpoint in Postman:
```bash
http://127.0.0.1:8000/messages
```
This response should be a random message from db.
```bash
http://127.0.0.1:8000/tech
```
Should get back 200 with list of tech
If any issues occur please reach out here!
## Roadmap
### Bookmarks
Coming very soon and currently in progress and testing.
#### Features
- Synching with Chrome Bookmarks
- Allows users to add their browser bookmarks to topics,tech, goals.
- Able to update the assigned bookmark and keep track of the resource.
- Comes with extension to handle bookmarks associated with the app.
### Admin Support and Help
#### Features
- Will allow users to message admin for features, bug, and tech to be added.
### Projects and Portfolio
#### Features
- Users will be able to create and link projects they want to showcase.
- Mimics a portfolio page.
- Assignes the topics, goals, and tech that helped to acheive the project.
## Planning
### ERD:
![ERD][erd]
[Link here](https://lucid.app/lucidchart/8dc92dcc-6a11-42b1-ad2a-d5403e564605/edit?view_items=LJsu1U~DpU8p&invitationId=inv_7e7ea7ca-a54d-4030-bf69-1dd50f681db4)
### FlowChart:
![Flowchart Screen Shot][product-screenshot]
[Link here](https://lucid.app/lucidchart/9d7671f6-236c-4616-afe9-29d15c51381b/edit?viewport_loc=-300%2C-47%2C9599%2C3799%2C7ezayB~FQlW7&invitationId=inv_9e7879f3-abbc-4fdd-a8bf-b48fd0c5823a)
## Feedback
If you have any feedback, please reach out to us at fake@fake.com
## Acknowledgements
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [Awesome README](https://github.com/matiassingers/awesome-readme)
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
- [React Icons](https://react-icons.github.io/react-icons/)
- [React Responsive](https://www.npmjs.com/package/react-responsive)
- [Midjourney](https://docs.midjourney.com/)
- [@rustyzone](https://github.com/rustyzone/bookmarks-api)
- [cohort E-19](https://e-19-nss.netlify.app/)
## Tech Stack
**Client:** React, JS, React Bootstrap, Chrome Bookmarks API, Chrome Extensions, Next.js
**Server:** Django, Python
[contributors-shield]: https://img.shields.io/github/contributors/Massacre-Saint/Code-Confidence-Server.svg?style=for-the-badge
[contributors-url]: https://github.com/Massacre-Saint/Code-Confidence-Server/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Massacre-Saint/Code-Confidence-Server.svg?style=for-the-badge
[forks-url]: https://github.com/Massacre-Saint/Code-Confidence-Servernetwork/members
[stars-shield]: https://img.shields.io/github/stars/Massacre-Saint/Code-Confidence-Server.svg?style=for-the-badge
[stars-url]: https://github.com/Massacre-Saint/Code-Confidence-Server/stargazers
[issues-shield]: https://img.shields.io/github/issues/Massacre-Saint/Code-Confidence-Server.svg?style=for-the-badge
[issues-url]: https://github.com/Massacre-Saint/Code-Confidence-Server/issues
[license-shield]: https://img.shields.io/github/license/github_username/repo_name.svg?style=for-the-badge
[license-url]: https://github.com/github_username/repo_name/blob/master/LICENSE.txt
[product-screenshot]: https://github.com/Massacre-Saint/Code-Confidence/blob/main/public/flowchart.png
[erd]: https://github.com/Massacre-Saint/Code-Confidence/blob/main/public/erd.png
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/massacresaint
[index]: https://code-confidence.netlify.app/
[product-screenshot]: /public/images/home.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com