Srtt.me is a URL shortener built with MEAN Stack. It is currently under development. Feel free to contribute.
- Free and open source.
- Short URLs in one click.
- Custom URLs. (Coming soon)
- Password protection for links. (Coming soon)
- Statistics for links. (Coming soon)
- Edit links. (Coming soon)
- RESTful API. (Coming soon)
- Mongo DB (Database)
- Express (Web server framework)
- AngularJS (UI framework)
- NodeJS (Web server)
You need to have Node.js, Angular.JS and MongoDB installed on your machine.
- Clone this repository or download zip.
- Copy
server/config.example.jstoserver/config.jsandclient/config.example.jstoclient/config.js. - Fill all the blank fields on those two files.
- Install server dependencies:
npm install. - Install client dependencies:
cd client && npm install. - Run for development:
npm start. - Run for production:
npm run buildthennpm start.
API docs will be updated soon
Feel free to contribute on this project and make pull requests.
Open issues for bug reports or feature requests.