https://github.com/techlism/cistup_web_assignment_2024
https://github.com/techlism/cistup_web_assignment_2024
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techlism/cistup_web_assignment_2024
- Owner: techlism
- Created: 2024-03-24T14:16:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T15:15:15.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:13:07.900Z (over 1 year ago)
- Language: TypeScript
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
[](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