Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisharaz/resourcesite
The app to have all your reading material at single place
https://github.com/anisharaz/resourcesite
deployment
Last synced: 4 months ago
JSON representation
The app to have all your reading material at single place
- Host: GitHub
- URL: https://github.com/anisharaz/resourcesite
- Owner: anisharaz
- Created: 2024-05-03T12:54:35.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:07:14.000Z (8 months ago)
- Last Synced: 2024-10-12T01:30:35.600Z (4 months ago)
- Topics: deployment
- Language: TypeScript
- Homepage: https://notes.aaraz.me
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Setup
> Prerequisite
- Docker & Docker Compose Installed (not required if you use your own postgres db,but don't forget to change the .env file accordingly)
- npm & NodeJsNote: The project fetches pdf from AWS.So just go through the steps below and you are good to go.
Run the commands one by one-
```shell
> git clone https://github.com/anisharaz/resourcesite.git> cd resourcesite [Note: Copy the Modules.zip content to public folder]
> docker compose up -d (skip this if you are using your own DB)
> npm i
> cp .env-example .env
> npm run init
> npm run dev
```