https://github.com/omkarcloud/om-startup-framework-starter
🚀 Official Starter Template for Om Startup Framework 🔥
https://github.com/omkarcloud/om-startup-framework-starter
blog django nextjs saas-application saas-boilerplate saas-starter saas-template saas-tools starter starter-application starter-templates tailwindcss template
Last synced: 5 months ago
JSON representation
🚀 Official Starter Template for Om Startup Framework 🔥
- Host: GitHub
- URL: https://github.com/omkarcloud/om-startup-framework-starter
- Owner: omkarcloud
- License: mit
- Created: 2023-06-09T07:50:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T08:17:55.000Z (about 1 year ago)
- Last Synced: 2024-12-30T03:44:31.250Z (5 months ago)
- Topics: blog, django, nextjs, saas-application, saas-boilerplate, saas-starter, saas-template, saas-tools, starter, starter-application, starter-templates, tailwindcss, template
- Language: CSS
- Homepage: https://www.omkar.cloud/om-startup-framework/
- Size: 3.24 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
✨ Official Starter Template for Om StartUp Framework ✨
(Programming Language - Python 3)
![]()
---
## Getting Started
:::info Prerequisites
- Requires [Python](https://www.python.org/) (>=3.x)
- Requires [Node.js](https://nodejs.org/):::
## Installation
Clone Starter Template
```bash
git clone https://github.com/omkarcloud/om-startup-framework-starter my-om-project
cd my-om-project
```Then change into frontend/ directory and install dependencies.
```bash
cd frontend/
npm install --legacy-peer-deps
```Then change into blog/ directory and install dependencies.
```bash
cd blog/
npm install
```Then change into backend/ directory, install dependencies, migrate database and seed with data.
```bash
cd backend/
python -m pip install -r requirements.txt
npm run db:delete-and-seed
```## Run the Frontend and Backend Server
Start the frontend server
```bash
cd frontend/
npm run dev
```In a seperate terminal start the backend server
```bash
cd backend/
npm run dev
```Now, visit  to see the home page with a nav bar linking to various pages of application. Explore the pages by clicking on navigation links to get a big picture of feautres of your application.

## Run the Blog Server
Most of your time will be spent writing frontend and backend code. Occasionally, you will need to run the blog server to preview the articles you write. Run following Command to spin up the blog server
```bash
cd blog/
npm run dev
```Now visit  to see the blog home page.

For more information read Om StartUp Framework Documentation at [https://www.omkar.cloud/om-startup-framework/](https://www.omkar.cloud/om-startup-framework/)
---🙏 Made in Bharat 🇮🇳. Vande Mataram 🙏