Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziadelsayed0/codewave-site
The official website for Codewave, showcasing our software solutions and technology services. Built with modern web technologies for an engaging user experience.
https://github.com/ziadelsayed0/codewave-site
choreo deployment django jwt-authentication python react reactjs restframework tailwind-css
Last synced: about 2 months ago
JSON representation
The official website for Codewave, showcasing our software solutions and technology services. Built with modern web technologies for an engaging user experience.
- Host: GitHub
- URL: https://github.com/ziadelsayed0/codewave-site
- Owner: ziadelsayed0
- Created: 2024-08-31T07:24:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T04:50:45.000Z (3 months ago)
- Last Synced: 2024-11-21T18:07:48.489Z (about 2 months ago)
- Topics: choreo, deployment, django, jwt-authentication, python, react, reactjs, restframework, tailwind-css
- Language: JavaScript
- Homepage:
- Size: 62.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeWave Site
## Technologies
### Backend
- Django
- SQLite
- JWT-Authentication
### Frontend
- React
- Tailwind
- JWT-Decode
## Backend Setup
```
pip install -r requirements.txt
```
### Compiles for development (Backend)
```
python manage.py migrate
python manage.py runserver
```
## Frontend Setup
```
npm install
```
### Compiles for development (Frontend)
```
npm run build
npm run dev
```
#### Login
#### Landing (Dark Mode)
#### Landing (Light Mode)
#### Sign Up