Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theyashshahs/school-management

Backend made with Django, frontend at https://github.com/thecodepapaya/school-management-frontend
https://github.com/theyashshahs/school-management

css django django-project hacktoberfest html html-css

Last synced: 4 days ago
JSON representation

Backend made with Django, frontend at https://github.com/thecodepapaya/school-management-frontend

Awesome Lists containing this project

README

        

# school-management

## Development 🔧

## Setup

```sh
$ git clone https://github.com/yashshah2820/school-management.git
$ cd school-management
```

### For setting virtual environment

```sh
$ virtualenv venv
```

### For activating virtual environment in Windows

```sh
$ venv/Scripts/activate
```

### For activating virtual environment in Linux and macOS

```sh
$ source venv/bin/activate
```

### For deactivating virtual environment
```sh
$ deactivate
```
After creating virtual environment

### Start

```sh
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```

### Authors :pencil:
[Yash Shah](https://github.com/yashshah2820) and [Ashutosh Singh](https://github.com/thecodepapaya)