A CRUD-application that handles code snippets.
- Login/registration
- Add snippet with tags
- Filter snippets by creator or tag
- Edit/delete snippets
- View other users snippets
- Feedback messages
- Use npm install to install the required packages
- Use npm start or docker-compose up to start the application
- Navigate to http://localhost:8000/
- Use npm install to install the required packages
- Change the connection string in config/mongoose.js to any other database service
- Use node app.js to start the application
- Navigate to http://localhost:8000/