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

https://github.com/techlism/cistup_web_assignment_2024


https://github.com/techlism/cistup_web_assignment_2024

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Project Name

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Description

A brief description of the project.

## Installation

### Client

To install and set up the client, follow these steps:

1. Navigate to the `client` folder:
```
cd /home/kundan/Desktop/Projects/cistup_web/client
```

2. Install the dependencies:
```
npm install
```

3. Start the client:
```
npm start
```

### Server

To install and set up the server, follow these steps:

1. Navigate to the `server` folder:
```
cd /home/kundan/Desktop/Projects/cistup_web/server
```

2. Create a virtual environment:
```
python3 -m venv venv
```

3. Activate the virtual environment:
```
source venv/bin/activate
```

4. Install the dependencies:
```
pip install -r requirements.txt
```

5. Start the server:
```
python app.py

```

### Docker
```
docker-compose up --build

```

### Demo