https://github.com/sarrietav-dev/research-hub
A software project that streamlines data submission and visualization for college research groups and administrators.
https://github.com/sarrietav-dev/research-hub
angular research-tool
Last synced: 4 months ago
JSON representation
A software project that streamlines data submission and visualization for college research groups and administrators.
- Host: GitHub
- URL: https://github.com/sarrietav-dev/research-hub
- Owner: sarrietav-dev
- License: agpl-3.0
- Created: 2023-10-24T23:10:06.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-12T16:50:29.000Z (over 2 years ago)
- Last Synced: 2023-12-13T17:04:07.142Z (over 2 years ago)
- Topics: angular, research-tool
- Language: TypeScript
- Homepage: https://research-hub-client.onrender.com/
- Size: 64.3 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Research-Hub
API Endpoints: [
](https://app.getpostman.com/run-collection/25495148-783b1dd4-9108-4c0a-bac5-2dbe5be29453?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D25495148-783b1dd4-9108-4c0a-bac5-2dbe5be29453%26entityType%3Dcollection%26workspaceId%3Da4ce8c89-01f1-4b1f-91bb-6a89a7c1db44)
## How to run the backend
### Prerequisites
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
- [Node.js v20.9.0](https://nodejs.org/en/)
### Steps
1. Clone the repository
2. Run `npm install` in the server directory
3. Run `docker-compose up db -d` in the root directory
4. Run `npm run prisma:migrate` in the server directory
5. Run `docker-compose up server` in the root directory
6. When a new change to the seeder or a new migration is added, run `npm run prisma:migrate` in the server directory.