Skip to content

smilovanovic/express-mongoose-socket-rest-api

Repository files navigation

Express, Mongoose and Socket.io REST API Boilerplate

This is a boilerplate for building REST APIs with Express, Mongoose and Socket.io.

Edit config.js to setup your database connection, email smtp, ports and salt used for encryption.

Getting Started

# clone it
git clone https://github.com/smilovanovic/express-mongoose-socket-rest-api.git
cd express-mongoose-socket-rest-api

# Make it your own
rm -rf .git && git init

# Install dependencies
npm install

Configure your app settings in config.js

# Start server using nodemon
npm start

License

MIT

About

Starter project for RESTful Express API with socket io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published