Skip to content

Website for Shree Amar Jyot Education Society, Daman

Notifications You must be signed in to change notification settings

pkkulhari/sajes0

Repository files navigation


Logo

SAJES

A Landing Page + CMS for Shree Amar Jyot Education Society, Daman
Explore the docs »

View Demo · Report Bug · Request Feature

Live Demo -

Landing Page: https://sajes.onrender.com/

Admin: https://sajes.onrender.com/dashboard (username: admin, password: admin)

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

To setup a development environment, you are required Python with pip and NodeJS with npm

  • pip

    pip install --upgrade pip

Installation

  1. Clone the repo

    git clone https://github.com/pkkulhari/sajes.git
  2. Change the dir to sajes

    cd sajes
  3. rename .env-example file to .env or create a new one, and change variable

    mv ./.env-example ./.env
  4. Install pip packages

    pip install -r requirements.txt
  5. Run DB migrations

    python manage.py migrate
  6. Finally, start the app by spinning up django dev server

    python manage.py runserver

Now, the app should listening on http://127.0.0.1:8000/

(back to top)

About

Website for Shree Amar Jyot Education Society, Daman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published