Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.5 KB

File metadata and controls

52 lines (33 loc) · 1.5 KB

Automated Crypto Newsletter Server

JavaScript Nodejs MongoDB

Table of Contents

Introduction

Wanna learn Data structures and algorithms by solving problems? You are in the right place. Checkout the project!

You can Check the Website here

Installation

  • Clone the git repository using the below code snippet:
git clone https://github.com/Dsa-Cracker/server
  • Change your current working directory to the project folder:
cd server
  • In the root of the project, make a new file .env to store the environment variables:
touch .env
vi .env

MONGO_URI = Your Mongo Uri
  • Install the required dependencies and start the server in dev mode:
npm i && npm run dev

Note: You must have NodeJs, npm, mongodb installed in your system in order to run the project properly

Contributions are Welcome ❤️