https://github.com/jaykef/bitstack-beili-stack
A University Stack Web App for coding Q&A
https://github.com/jaykef/bitstack-beili-stack
bitstack django python
Last synced: 3 months ago
JSON representation
A University Stack Web App for coding Q&A
- Host: GitHub
- URL: https://github.com/jaykef/bitstack-beili-stack
- Owner: Jaykef
- Created: 2022-01-23T14:31:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T09:08:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T13:26:54.834Z (5 months ago)
- Topics: bitstack, django, python
- Language: CSS
- Homepage:
- Size: 46.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BITStack
A University Stack Web App### Test account
```
Username: Test_usr
Password: bitstack22#
```
## Installation1. Install requirements
```
pip3 install -r requirements.txt
```
2. Make migrations
```
python3 manage.py makemigrations
```
3. Migrate
```
python3 manage.py migrate
```
4. Run server
```
python3 manage.py runserver
```
5. Open app in browser
```
http://localhost:8000/
```## Screen Shots


 
 
 