chain-bot / prices

API-Scraper + API for crypto prices built in Go
MIT License
2 stars 2 forks source link

Fill out README Prerequisites #26

Closed zahin-mohammad closed 3 years ago

zahin-mohammad commented 3 years ago

We need to document the steps needed for someone to be able to run this project for the first time (dependencies, running the docker images for the data services). Rough steps:

javiercaamano commented 3 years ago

can u give me more info? how can I should help you? I'm beginner programmer and this is my first task designated learning Github

zahin-mohammad commented 3 years ago

can u give me more info? how can I should help you? I'm beginner programmer and this is my first task designated learning Github

This task is just doccumenting how to run the application. I haven't filled this out yet as I have not had to reset my development environment in a while, so I am unaware of the full set of steps needed to run the application. If you are a beginner programmer this might be challenging... I'll try to fill this out once I am finished with exams, but no guarantees. If you are new I would learn how to work golang projects, the golang docs are good, and there are some good resources on youtube.

zahin-mohammad commented 3 years ago

Requires:

Steps:

@javiercaamano try running through these steps and let me know if u run into any issues (fair warning, I will try and guide/help you when I have time, but you will have to do some debugging on your own to get things working)

zahin-mohammad commented 3 years ago

@javiercaamano I updated the readme with setup instructions. If you are still interested in contributing, please take a look at the readme on how to set up your local development environment.