Skip to content

Dsa-Cracker/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published