Skip to content

fast-and-curious-1910/LeShort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeShort

A NodeJS & MongoDB link shortener.

Prerequisites

  • Yarn Or NPM
  • MongoDB installed locally
  • NodeJS

Setup

First make a local MongoDB server by

mongo
>>> use leshort

and keep it running in the terminal.


Open A new terminal Clone the project and CD into it

git clone https://github.com/fast-and-curious-1910/leshort
cd leshort

install depedencies by

yarn install

or

npm i 

For Devlopers use ``yarn dev`` or ``npm dev`` To start the server for non - devs use ``npm start`.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT


By the way this is only a starter project for the people who are new into NodeJS , and this project is still not complete 😞.

Get in touch with me on Discord : TooFastForYou#9742

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published