Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikeasamoahansah/instabam
A lightweight social media application.
https://github.com/ikeasamoahansah/instabam
Last synced: about 2 months ago
JSON representation
A lightweight social media application.
- Host: GitHub
- URL: https://github.com/ikeasamoahansah/instabam
- Owner: ikeasamoahansah
- Created: 2023-05-06T02:04:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-05T21:53:11.000Z (5 months ago)
- Last Synced: 2024-08-06T00:48:42.863Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 12.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# InstabamA light weight social media application built on top of Django⚡️
![image](https://github.com/ikeasamoahansah/instabam/assets/66312028/11722633-fa5e-4075-aee9-c5f33cb33288)
## Getting Started
These instructions will give you a copy of the project up and running on
your local machine for development and testing purposes. See deployment
for notes on deploying the project on a live system.
### Installing#### Setup
1. Install requirements
```
pip install -r requirements.txt
```2. cd into backend/socioApp
```
cd backend/socioApp
```3. Make migrations
```
python manage.py migrate
```4. Runserver and start
```
python manage.py runserver
```
## Built WithMention the tools you used to build this project
- [Contributor Covenant](https://www.contributor-covenant.org/)
- [Creative Commons](https://creativecommons.org/)
## ContributingPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code
of conduct, and the process for submitting pull requests to us.