chingu-voyages / v47-tier2-team-15

Crypto View app is a convenient way to stay up-to-date on the latest trends in the world of crypto. App has different features. The features can provide real-time data about various metrics such as prices, market capitalization, and trading volumes of cryptocurrencies, thereby, empowering cryptocurrency investors.
https://cryptoview-us13.onrender.com
5 stars 5 forks source link

Set up basic server with dependencies and dotenv configuration #15

Closed KseniiaRiabova closed 8 months ago

KseniiaRiabova commented 8 months ago

Installed necessary dependencies, including uuid, express, mongoose, nodemon, and dotenv. Created a .gitignore file to exclude sensitive information. Added a .env file for environment configuration. This commit marks the initial backend setup.

traez commented 8 months ago

Nice job @KseniiaRiabova I cloned repo to my computer, and code looks good. But you named folder "v47-team-15/server". I suppose just using "server" is more appropriate? We already know this is a "v47-team-15" effort.

On Discord You also said "After all this you need to go to your browser and type localhost:3001 in your terminal you will see Hello World". Yes, i see "Hello World" in the terminal. But do Want to create a route, so it also displays on 3001?

Do you also want to use Express?

franeCode commented 8 months ago

Thank you @KseniiaRiabova. All set for merging.

117Isabell commented 8 months ago

Thank you very for your work @KseniiaRiabova